menu
omnyshell package
documentation
omnyshell_client_web.dart
CommandRun
CommandRun.new const constructor
CommandRun.new const constructor
dark_mode
light_mode
CommandRun
constructor
const
CommandRun
(
{
required
int
exitCode
,
required
String
stdout
,
required
String
stderr
,
})
Implementation
const CommandRun({ required this.exitCode, required this.stdout, required this.stderr, });
omnyshell package
documentation
omnyshell_client_web
CommandRun
CommandRun.new const constructor
CommandRun class