menu
fk_booster package
documentation
presentation/command.dart
Command<T>
error property
error property
dark_mode
light_mode
error
property
bool
get
error
Whether the action completed with an error.
Implementation
bool get error => value is Error;
fk_booster package
documentation
presentation/command
Command<T>
error property
Command class