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
3 years ago
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'fall_model.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// JsonSerializableGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
FallModel _$FallModelFromJson(Map<String, dynamic> json) => FallModel(
|
||
|
userName: json['userName'] as String?,
|
||
|
tel: json['tel'] as String?,
|
||
|
address: json['address'] as String?,
|
||
|
lon: json['lon'] as num?,
|
||
|
lat: json['lat'] as num?,
|
||
|
type: json['type'] as int?,
|
||
|
);
|