ParameterDefinitionDTO class

Available extensions
Annotations

Constructors

ParameterDefinitionDTO({int? id, String? name, CborDataType? dataType, int? enumId, AccessLevelDTO? access, double? defaultValue, double? minValue, double? maxValue, String? unit, double? changeStep})
const
ParameterDefinitionDTO.fromJson(Map<String, dynamic> json)
factory

Properties

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