import 'package:json_annotation/json_annotation.dart'; part 'ICKitchenDeviceInfoExt.g.dart'; @JsonSerializable() class ICKitchenDeviceInfoExt{ String? ext; ICKitchenDeviceInfoExt(); }