StageTab class
Constructors
- StageTab({String? task, bool isSelected = false, num? total})
- StageTab.fromJson(dynamic json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isSelected ↔ bool
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- task → String?
-
no setter
- total → num?
-
no setter
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited