NoArgsTask<T> constructor

const NoArgsTask<T>(
  1. Task<T> task
)

Implementation

const NoArgsTask(this.task);