taskType property

String taskType

Implementation

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