canInclude property

List<String> canInclude

possible includes with parameter ?include=a,b

  • event_time: include associated event_time
  • location: include associated location

Implementation

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