Files
GSFV2/lib/model/device/ICKitchenDeviceInfoExt.g.dart

18 lines
579 B
Dart
Raw Permalink Normal View History

2024-04-10 12:51:20 +05:30
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'ICKitchenDeviceInfoExt.dart';
// **************************************************************************
// JsonSerializableGenerator
// **************************************************************************
ICKitchenDeviceInfoExt _$ICKitchenDeviceInfoExtFromJson(
Map<String, dynamic> json) =>
ICKitchenDeviceInfoExt()..ext = json['ext'] as String?;
Map<String, dynamic> _$ICKitchenDeviceInfoExtToJson(
ICKitchenDeviceInfoExt instance) =>
<String, dynamic>{
'ext': instance.ext,
};