ShellTask.always constructor
ShellTask.always({
- required ShellCommands commands,
- List<
Pattern> exclude = const [], - String? name,
Implementation
ShellTask.always({
required ShellCommands commands,
super.exclude,
String? name,
}) : _commands = commands,
_name = name,
_always = true,
super.always();