menu
json_path package
documentation
fun_sdk.dart
Maybe<T>
where abstract method
where abstract method
dark_mode
light_mode
where
abstract method
Maybe
<
T
>
where
(
bool
predicate
(
T
value
)
)
Filter the value using the
predicate
.
Implementation
Maybe<T> where(bool Function(T value) predicate);
json_path package
documentation
fun_sdk
Maybe<T>
where abstract method
Maybe class