canInclude property

List<String> canInclude

possible includes with parameter ?include=a,b

  • assignee: include associated assignee
  • current_step: include associated current_step
  • person: include associated person
  • workflow: include associated workflow

Implementation

static List<String> get canInclude =>
    ['assignee', 'current_step', 'person', 'workflow'];