menu
extensions package
documentation
options.dart
OptionsSnapshot<TOptions>
get abstract method
get abstract method
dark_mode
light_mode
get
abstract method
TOptions?
get
(
String
?
name
)
Returns a configured
TOptions
instance with the given name.
Implementation
TOptions? get(String? name);
extensions package
documentation
options
OptionsSnapshot<TOptions>
get abstract method
OptionsSnapshot class