// GENERATED CODE - DO NOT MODIFY BY HAND part of 'body_device_controller.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** BodyDeviceModel _$BodyDeviceModelFromJson(Map json) => BodyDeviceModel()..type = (json['type'] as num?)?.toInt(); Map _$BodyDeviceModelToJson(BodyDeviceModel instance) => { 'type': instance.type, };