canInclude property

List<String> canInclude

possible includes with parameter ?include=a,b

  • event_period: include associated event_period
  • location: include associated location

Implementation

static List<String> get canInclude => ['event_period', 'location'];