AdvancedParameterDefinition class

Constructors

AdvancedParameterDefinition({required int id, required String title, Object? defaultValue, Object? minValue, Object? maxValue, required ParameterDataType dataType, String? unit, int sigFigures = 0, double changeStep = 1, bool isEditable = false})

Properties

changeStep double
final
dataType ParameterDataType
final
defaultValue Object?
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
isEditable bool
final
maxValue Object?
final
minValue Object?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sigFigures int
final
title String
final
unit String?
final

Methods

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

Operators

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