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

10 lines
199 B
Dart
Raw Permalink Normal View History

2024-04-10 12:51:20 +05:30
import 'package:json_annotation/json_annotation.dart';
part 'ICKitchenDeviceInfoExt.g.dart';
@JsonSerializable()
class ICKitchenDeviceInfoExt{
String? ext;
ICKitchenDeviceInfoExt();
}