for_ta_bean.g.dart 470 B

1234567891011121314
  1. // GENERATED CODE - DO NOT MODIFY BY HAND
  2. part of 'for_ta_bean.dart';
  3. // **************************************************************************
  4. // JsonSerializableGenerator
  5. // **************************************************************************
  6. ForTaBean _$ForTaBeanFromJson(Map<String, dynamic> json) =>
  7. ForTaBean(json['title'] as String);
  8. Map<String, dynamic> _$ForTaBeanToJson(ForTaBean instance) => <String, dynamic>{
  9. 'title': instance.title,
  10. };