menu
appletheia_monad package
documentation
option.dart
None<T>
mapOr<U> method
mapOr<U> method
dark_mode
light_mode
mapOr<
U
>
method
@
override
U
mapOr
<
U
>(
U
defaultValue
,
U
toValue
(
T
)
)
override
Implementation
@override U mapOr<U>(U defaultValue, U Function(T) toValue) => defaultValue;
appletheia_monad package
documentation
option
None<T>
mapOr<U> method
None class