taskDescription property

String taskDescription

The user-assigned description for the task.

See NSURLSessionTask.taskDescription

Implementation

String get taskDescription => _nsObject.taskDescription.toString();
void taskDescription=(String value)

The user-assigned description for the task.

See NSURLSessionTask.taskDescription

Implementation

set taskDescription(String value) =>
    _nsObject.taskDescription = value.toNSString(linkedLibs);