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
590 B
17 lines
590 B
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'fire_model.dart';
|
|
|
|
// **************************************************************************
|
|
// JsonSerializableGenerator
|
|
// **************************************************************************
|
|
|
|
FireModel _$FireModelFromJson(Map<String, dynamic> json) => FireModel(
|
|
alarmNo: json['alarmNo'] as String?,
|
|
alarmType: json['alarmType'] as String?,
|
|
deviceName: json['deviceName'] as String?,
|
|
deviceNo: json['deviceNo'] as String?,
|
|
time: json['time'] as String?,
|
|
type: json['type'] as int?,
|
|
);
|