// // GENERATED CODE - DO NOT MODIFY BY HAND // // part of 'contant_list_model.dart'; // // // ************************************************************************** // // JsonSerializableGenerator // // ************************************************************************** // // ContantListModel _$ContantListModelFromJson(Map json) => // ContantListModel( // id: json['id'] as int, // content: json['content'] as String, // isChecked: json['is_checked'] as int, // );