canInclude property

List<String> canInclude

possible includes with parameter ?include=a,b

  • declined_plan_times: include associated declined_plan_times
  • person: include associated person
  • plan: include associated plan
  • team: include associated team

Implementation

static List<String> get canInclude =>
    ['declined_plan_times', 'person', 'plan', 'team'];