// GENERATED CODE - DO NOT MODIFY BY HAND part of 'ICKitchenDeviceInfoExt.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** ICKitchenDeviceInfoExt _$ICKitchenDeviceInfoExtFromJson( Map json) => ICKitchenDeviceInfoExt()..ext = json['ext'] as String?; Map _$ICKitchenDeviceInfoExtToJson( ICKitchenDeviceInfoExt instance) => { 'ext': instance.ext, };