flutter_live_data package
documentation
core
LiveData
<
T
>
stream property
stream
stream
property
Null safety
Stream
<
T
>
?
stream
Implementation
Stream<T>? get stream => streamController?.stream;
flutter_live_data package
documentation
core
LiveData
<
T
>
stream property
LiveData class
Constructors
LiveData
Properties
hashCode
initialValue
lifeCycleObserver
name
runtimeType
stream
streamController
value
Methods
bind
close
mutate
noSuchMethod
subscribe
toString
transform
Operators
operator ==