// GENERATED CODE - DO NOT MODIFY BY HAND part of 'blueteeth_bind_controller.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** BlueteethBindModel _$BlueteethBindModelFromJson(Map json) => BlueteethBindModel()..read = (json['read'] as num).toInt(); Map _$BlueteethBindModelToJson(BlueteethBindModel instance) => { 'read': instance.read, };