taskType property

String get taskType
inherited

Implementation

String get taskType =>
    _taskType ??= _taskTypeExpando[runtimeType] ??= runtimeType.toString();