Triple<Error extends Object, State extends Object> class

Constructors

Triple({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 setterinherited
isLoading bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state → State
final

Methods

clearError() Triple<Error, State>
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 other) bool
The equality operator.
inherited