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
529 B
17 lines
529 B
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'convenience_phone_model.dart';
|
|
|
|
// **************************************************************************
|
|
// JsonSerializableGenerator
|
|
// **************************************************************************
|
|
|
|
ConveniencePhoneModel _$ConveniencePhoneModelFromJson(
|
|
Map<String, dynamic> json) =>
|
|
ConveniencePhoneModel(
|
|
id: json['id'] as int,
|
|
name: json['name'] as String,
|
|
tel: json['tel'] as String,
|
|
type: json['type'] as int,
|
|
);
|