DraggableScale class

Inheritance
Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Constructors

DraggableScale({String? question, PollQuestionType? type, int? lowestValue, int? highestValue, String? lowestLabel, String? highestLabel})
DraggableScale.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
highestLabel String?
getter/setter pair
highestValue int?
getter/setter pair
lowestLabel String?
getter/setter pair
lowestValue int?
getter/setter pair
question String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type PollQuestionType?
getter/setter pairinherited

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.
override

Operators

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