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