canInclude property

List<String> canInclude

possible includes with parameter ?include=a,b

  • event: include associated event
  • location: include associated location
  • print_station: include associated print_station
  • theme: include associated theme

Implementation

static List<String> get canInclude =>
    ['event', 'location', 'print_station', 'theme'];