ScaleAnswerFormat class

Implemented types
Annotations
  • @JsonSerializable()

Constructors

ScaleAnswerFormat({required double maximumValue, required double minimumValue, required double defaultValue, required double step, String maximumValueDescription = '', String minimumValueDescription = '', bool showValue = true})
const
ScaleAnswerFormat.fromJson(Map<String, dynamic> json)
factory

Properties

defaultValue double
final
hashCode int
The hash code for this object.
no setterinherited
maximumValue double
final
maximumValueDescription String
final
minimumValue double
final
minimumValueDescription String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showValue bool
final
step double
final

Methods

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

Operators

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