canInclude property

List<String> canInclude

possible includes with parameter ?include=a,b

  • people: include associated people
  • resources: include associated resources

Implementation

static List<String> get canInclude => ['people', 'resources'];