SideEffectsState class
- Annotations
-
- @freezed
Constructors
-
SideEffectsState({@Default(false) bool loading, @Default(false) bool isEditing, List<
SideEffectModel> ? sideEffects}) -
constfactory
Properties
-
copyWith
→ $SideEffectsStateCopyWith<
SideEffectsState> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEditing → bool
-
no setterinherited
- loading → bool
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sideEffects
→ List<
SideEffectModel> ? -
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