ControllerTask constructor

ControllerTask({
  1. Stream<StatusDownload>? controller,
  2. required bool exists,
})

Implementation

ControllerTask({this.controller, required this.exists});