ScaleAnswerFormat class
- Inheritance
-
- Object
- AnswerFormat
- ScaleAnswerFormat
- Annotations
-
- @JsonSerializable()
Constructors
- ScaleAnswerFormat({required double maximumValue, required double minimumValue, required double defaultValue, required double step, String maximumValueDescription = '', String minimumValueDescription = '', String? question, String? answerType = type})
-
const
-
ScaleAnswerFormat.fromJson(Map<
String, dynamic> json) -
factory
Properties
- answerType → String?
-
finalinherited
- 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
- question → String?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- step → double
-
final
Methods
-
createView(
Step step, StepResult? stepResult) → Widget -
override
-
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited