canInclude property

List<String> canInclude

possible includes with parameter ?include=a,b

  • events: include associated events
  • tags: include associated tags

Implementation

static List<String> get canInclude => ['events', 'tags'];