// 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, is_checked: json['is_checked'] as int, );