menu
autocomplete package
documentation
specs/yarn.dart
ShellCommandResult
ShellCommandResult.new constructor
ShellCommandResult.new constructor
dark_mode
light_mode
ShellCommandResult
constructor
ShellCommandResult
(
{
required
String
stdout
,
required
String
stderr
,
required
int
status
,
})
Implementation
ShellCommandResult({ required this.stdout, required this.stderr, required this.status, });
autocomplete package
documentation
specs/yarn
ShellCommandResult
ShellCommandResult.new constructor
ShellCommandResult class