values constant

Set<String> const values

Implementation

static const Set<String> values = {
  thread,
  task,
  started,
  nodeId,
  taskOperationRef,
  isAssisted,
  skippable,
  completed,
  due,
  status,
  isActive,
  state,
  result,
  logs
};