CommandTask constructor

const CommandTask(
  1. String name,
  2. Future<void> action(), {
  3. bool stopOnError = true,
})

Implementation

const CommandTask(this.name, this.action, {this.stopOnError = true});