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.

19 lines
700 B

// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'fire_model.dart';
// **************************************************************************
// JsonSerializableGenerator
// **************************************************************************
FireModel _$FireModelFromJson(Map<String, dynamic> json) => FireModel(
model: json['model'] as String?,
communityCode: json['communityCode'] as String?,
alarmType: json['alarmType'] as int?,
alarmNo: json['alarmNo'] as String?,
deviceNo: json['deviceNo'] as String?,
deviceName: json['deviceName'] as String?,
time: json['time'] as String?,
alarmContent: json['alarmContent'] as String?,
);