Suspension class abstract
- Annotations
-
- @freezed
Constructors
- Suspension.new({@Default(null) int? beginMoment, @Default(null) int? endMoment, @Default(null) String? suspensionReason, @Default(null) String? lifecycle})
-
constfactory
Properties
- beginMoment → int?
-
no setterinherited
-
copyWith
→ $SuspensionCopyWith<
Suspension> -
Create a copy of Suspension
with the given fields replaced by the non-null parameter values.
no setterinherited
- endMoment → int?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- lifecycle → String?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- suspensionReason → String?
-
no setterinherited
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
Static Methods
-
encode(
Suspension value) → Map< String, dynamic> -
fromJSON(
Map< String, dynamic> data) → Suspension