menu
observable_ish package
documentation
value/rx/rx_stored_value.dart
RxStoredValue<T>
RxStoredValue constructor
RxStoredValue constructor
dark_mode
light_mode
RxStoredValue<
T
>
constructor
RxStoredValue<
T
>
(
T
initial
)
Implementation
RxStoredValue(T initial) : _value = initial;
observable_ish package
documentation
value/rx/rx_stored_value
RxStoredValue<T>
RxStoredValue constructor
RxStoredValue class