Triple<Error extends Object, State extends Object> class
Constructors
- Triple.new({required State state, Error? error, bool isLoading = false, TripleEvent event = TripleEvent.state})
Properties
- error → Error?
-
final
- event → TripleEvent
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- isLoading → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → State
-
final
Methods
-
copyWith(
{State? state, Error? error, bool? isLoading, int? index, TripleEvent? event}) → Triple< Error, State> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object o) → bool -
The equality operator.
override