You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
556 B
17 lines
556 B
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'notice_model.dart';
|
|
|
|
// **************************************************************************
|
|
// JsonSerializableGenerator
|
|
// **************************************************************************
|
|
|
|
NoticeModel _$NoticeModelFromJson(Map<String, dynamic> 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,
|
|
); |