// GENERATED CODE - DO NOT MODIFY BY HAND part of 'device_upgrade_controller.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** MHTDeviceUpgradeModel _$MHTDeviceUpgradeModelFromJson( Map json) => MHTDeviceUpgradeModel() ..bluetooth = json['bluetooth'] as bool? ..singal = (json['singal'] as num?)?.toDouble(); Map _$MHTDeviceUpgradeModelToJson( MHTDeviceUpgradeModel instance) => { 'bluetooth': instance.bluetooth, 'singal': instance.singal, };