menu
neomage package
documentation
utils/worktree/worktree_manager.dart
ExecResult
ExecResult.new const constructor
ExecResult.new const constructor
dark_mode
light_mode
ExecResult
constructor
const
ExecResult
(
{
required
int
code
,
String
stdout
=
''
,
String
stderr
=
''
,
String
?
error
,
})
Implementation
const ExecResult({ required this.code, this.stdout = '', this.stderr = '', this.error, });
neomage package
documentation
utils/worktree/worktree_manager
ExecResult
ExecResult.new const constructor
ExecResult class