menu
neomage package
documentation
data/commands/command_registry.dart
CommandRegistry
isValid method
isValid method
dark_mode
light_mode
isValid
method
bool
isValid
(
String
name
)
Check if a command exists.
Implementation
bool isValid(String name) => get(name) != null;
neomage package
documentation
data/commands/command_registry
CommandRegistry
isValid method
CommandRegistry class