LiveScene<Data, Loading, Error> class

Constructors

LiveScene({required LiveData<Data?> data, required LiveData<Loading?> loading, required LiveData<Error?> error})

Properties

data → LiveData<Data?>
final
error → LiveData<Error?>
final
hashCode int
The hash code for this object.
no setterinherited
loading → LiveData<Loading?>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
owner(LifeCycleOwner lifeCycleOwner) LiveScene<Data, Loading, Error>
setStateData(Data value) → void
setStateError(Error value) → void
setStateLoading(Loading value) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited