menu
lml package
documentation
utils.dart
Response<T>
map<B> abstract method
map<B> abstract method
dark_mode
light_mode
map<
B
>
abstract method
Response
<
B
>
map
<
B
>(
B
mapper
(
T?
t
)
)
Implementation
Response<B> map<B>(B Function(T? t) mapper);
lml package
documentation
utils
Response<T>
map<B> abstract method
Response class