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.
aku_new_community/lib/models/house/lease_echo_model.g.dart

16 lines
508 B

// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'lease_echo_model.dart';
// **************************************************************************
// JsonSerializableGenerator
// **************************************************************************
3 years ago
LeaseEchoModel _$LeaseEchoModelFromJson(Map<String, dynamic> json) =>
LeaseEchoModel(
name: json['name'] as String?,
sex: json['sex'] as num?,
tel: json['tel'] as String,
idNumber: json['idNumber'] as String?,
);