canInclude property

List<String> canInclude

possible includes with parameter ?include=a,b

  • people: include associated people
  • person_team_position_assignments: include associated person_team_position_assignments
  • service_type: include associated service_type
  • team_leaders: include associated team_leaders
  • team_positions: include associated team_positions

Implementation

static List<String> get canInclude => [
      'people',
      'person_team_position_assignments',
      'service_type',
      'team_leaders',
      'team_positions'
    ];