taskType property

  1. @override
String taskType
override

Returns the type of task as a String

Used to identify the task type in JSON format

Implementation

@override
String get taskType => 'DownloadTask';