SequentialTask.always constructor

SequentialTask.always({
  1. String? name,
  2. List<Pattern> exclude = const [],
})

Implementation

SequentialTask.always({
  this.name,
  super.exclude,
}) : super.always();