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