toTaskSetField method

TaskSetField toTaskSetField()

Implementation

TaskSetField toTaskSetField() {
  switch (this) {
    case 'TAGS':
      return TaskSetField.tags;
  }
  throw Exception('$this is not known in enum TaskSetField');
}