menu
omnyshell package
documentation
omnyshell_client_web.dart
CommandRun
ok property
ok property
dark_mode
light_mode
ok
property
bool
get
ok
Whether the command exited successfully.
Implementation
bool get ok => exitCode == 0;
omnyshell package
documentation
omnyshell_client_web
CommandRun
ok property
CommandRun class