HubParameterDefinition class

Available extensions
Annotations

Constructors

HubParameterDefinition({int? parameterId, String? name, int? subgroupId, CborDataType? dataType, int? enumId, AccessLevel? homeownerAccess, AccessLevel? dealerAccess, double? defaultValue, double? minValue, double? maxValue, String? unit, double? changeStep, dynamic filteringThreshold})
const
HubParameterDefinition.fromJson(Map<String, dynamic> json)
factory

Properties

changeStep double?
final
dataType CborDataType?
final
dealerAccess AccessLevel?
final
defaultValue double?
final
enumId int?
final
filteringThreshold → dynamic
final
hashCode int
The hash code for this object.
no setteroverride
homeownerAccess AccessLevel?
final
maxValue double?
final
minValue double?
final
name String?
final
parameterId int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subgroupId int?
final
unit String?
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 HubParameterDefinition Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(HubParameterDefinition instance)