TaskWithApplyArgs<T> constructor

TaskWithApplyArgs<T>(
  1. TaskApply task,
  2. List? positionalArguments,
  3. Map<Symbol, dynamic>? namedArguments
)

Implementation

TaskWithApplyArgs(this.task, this.positionalArguments, this.namedArguments);