menu
simple_observable package
documentation
simple_observable
Observable
<
T
>
nextValue property
nextValue
brightness_4
nextValue
property
Null safety
Future
<
T
>
nextValue
Implementation
Future<T> get nextValue => _completer.future;
simple_observable package
documentation
simple_observable
Observable
<
T
>
nextValue property
Observable class
Constructors
Observable
Properties
canceled
checkEquality
hashCode
nextValue
onChanged
runtimeType
value
values
Methods
cancel
noSuchMethod
notify
setValue
toString
Operators
operator ==