18 lines
579 B
Dart
18 lines
579 B
Dart
// 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,
|
|
};
|