HubParameterDefinition constructor
const
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,
})
Implementation
const HubParameterDefinition({
this.parameterId,
this.name,
this.subgroupId,
this.dataType,
this.enumId,
this.homeownerAccess,
this.dealerAccess,
this.defaultValue,
this.minValue,
this.maxValue,
this.unit,
this.changeStep,
this.filteringThreshold,
});