menu
some package
documentation
maybe.dart
MaybeImpl<T>
has property
has property
dark_mode
light_mode
has
property
bool
get
has
Get the Value if it has
Implementation
bool get has => this != null;
some package
documentation
maybe
MaybeImpl<T>
has property
MaybeImpl extension on
Maybe
<
T
>
?