menu
netglade_utils package
documentation
netglade_utils.dart
Option<T>
isSome property
isSome property
dark_mode
light_mode
isSome
property
bool
get
isSome
Implementation
bool get isSome => this is Some<T>;
netglade_utils package
documentation
netglade_utils
Option<T>
isSome property
Option class