canInclude property

List<String> canInclude

possible includes with parameter ?include=a,b

  • attendance_types: include associated attendance_types
  • event_periods: include associated event_periods

Implementation

static List<String> get canInclude => ['attendance_types', 'event_periods'];