SimpleCommand constructor
const
SimpleCommand({})
Implementation
const SimpleCommand({
required this.executable,
this.arguments = const [],
this.assignments = const {},
this.redirects = const [],
});
const SimpleCommand({
required this.executable,
this.arguments = const [],
this.assignments = const {},
this.redirects = const [],
});