SelectTask constructor

SelectTask({
  1. bool exists = false,
  2. TaskDownload? task,
})

Implementation

SelectTask({this.exists = false, this.task});