taskType property

String taskType

Implementation

String get taskType {
  var taskType = _taskType;
  if (taskType == null) {
    _taskType = taskType = '$runtimeType';
  }
  return taskType;
}