menu
anyhow package
documentation
rust.dart
Option<T>
isSome abstract method
isSome abstract method
dark_mode
light_mode
isSome
abstract method
bool
isSome
(
)
Returns true if the option is a Some value.
Implementation
bool isSome();
anyhow package
documentation
rust
Option<T>
isSome abstract method
Option class