ParameterDefinitionDTO constructor
- int? id,
- String? name,
- CborDataType? dataType,
- int? enumId,
- AccessLevelDTO? access,
- double? defaultValue,
- double? minValue,
- double? maxValue,
- String? unit,
- double? changeStep,
Implementation
const ParameterDefinitionDTO({
this.id,
this.name,
this.dataType,
this.enumId,
this.access,
this.defaultValue,
this.minValue,
this.maxValue,
this.unit,
this.changeStep,
});