DefinitionDTO class

Available extensions
Annotations

Constructors

DefinitionDTO({List<HubParameterDefinition>? parameters, List<HubSubgroup>? subgroups, List<HubGroup>? groups, List<HubEnum>? enums, List<HubEnumValue>? enumValues, List<DeviceConfig>? deviceConfigs, List<RegisterMap>? registerMaps, List<RegisterMapEntry>? registerMapEntries, List<SamplingSchedule>? samplingSchedules})
const
DefinitionDTO.fromJson(Map<String, dynamic> json)
factory

Properties

deviceConfigs List<DeviceConfig>?
final
enums List<HubEnum>?
final
enumValues List<HubEnumValue>?
final
groups List<HubGroup>?
final
hashCode int
The hash code for this object.
no setteroverride
parameters List<HubParameterDefinition>?
final
registerMapEntries List<RegisterMapEntry>?
final
registerMaps List<RegisterMap>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samplingSchedules List<SamplingSchedule>?
final
subgroups List<HubSubgroup>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Constants

fromJsonFactory → const DefinitionDTO Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(DefinitionDTO instance)