ControllerTask constructor
ControllerTask({
- Stream<
StatusDownload> ? controller, - required bool exists,
Implementation
ControllerTask({this.controller, required this.exists});