rx_widgets
rx_widgets
RxLoaderState
<T>
RxLoaderState constructor
RxLoaderState
RxLoaderState class
Constructors
RxLoaderState
Properties
commandResults
lastReceivedItem
subscription
context
hashCode
mounted
runtimeType
widget
Methods
build
didUpdateWidget
dispose
initState
deactivate
debugFillProperties
didChangeDependencies
noSuchMethod
reassemble
setState
toDiagnosticsNode
toString
toStringShort
Operators
operator ==
RxLoaderState<T> constructor
RxLoaderState<T>
(
Stream
<CommandResult
<T>
>
commandResults
)
Implementation
RxLoaderState(this.commandResults);