// GENERATED CODE - DO NOT MODIFY BY HAND part of 'notice_model.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** NoticeModel _$NoticeModelFromJson(Map json) => NoticeModel( id: ['id'] as int, type: ['type'] as int, status: ['status'] as int, title: ['title'] as String, content: ['content'] as String, sendDate: ['sendDate'] as String, jumpId: ['jumpId'] as int, );