canInclude property

List<String> canInclude

possible includes with parameter ?include=a,b

  • check_ins: include associated check_ins
  • event_period: include associated event_period
  • print_station: include associated print_station

Implementation

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