menu
flutter_state_controller package
documentation
state_controller.dart
RxList<T>
map<Y> method
map<Y> method
dark_mode
light_mode
map<
Y
>
method
Iterable
<
Y
>
map
<
Y
>(
Y
toElement
(
T
)
)
Implementation
Iterable<Y> map<Y>(Y Function(T) toElement) => _value.map(toElement);
flutter_state_controller package
documentation
state_controller
RxList<T>
map<Y> method
RxList class