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.
16 lines
494 B
16 lines
494 B
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'phone_num_model.dart';
|
|
|
|
// **************************************************************************
|
|
// JsonSerializableGenerator
|
|
// **************************************************************************
|
|
|
|
PhoneNumModel _$PhoneNumModelFromJson(Map<String, dynamic> json) =>
|
|
PhoneNumModel(
|
|
num: json['num'] as String,
|
|
time: json['time'] as int,
|
|
name: json['name'] as String,
|
|
state: json['state']as bool,
|
|
);
|