GatewayModel constructor
GatewayModel({
- required num id,
- String? name,
- String? orderCode,
- String? deviceVersion,
- String? description,
- String? groupId,
- IngestionConfig? ingestionConfigData,
- Object? applications,
- Manufacturer? manufacturer,
- AssetsTransform? assetsTransform,
- SupportedGateway? supportedGateways,
- SpecialUuid? specialUuid,
- List<
DeviceModel> deviceModels = const [],
Returns a new GatewayModel instance.
Implementation
GatewayModel({
required this.id,
this.name,
this.orderCode,
this.deviceVersion,
this.description,
this.groupId,
this.ingestionConfigData,
this.applications,
this.manufacturer,
this.assetsTransform,
this.supportedGateways,
this.specialUuid,
this.deviceModels = const [],
});