canInclude property

List<String> canInclude

possible includes with parameter ?include=a,b

  • check_in_times: include associated check_in_times
  • checked_in_at: include associated checked_in_at
  • checked_in_by: include associated checked_in_by
  • checked_out_by: include associated checked_out_by
  • event: include associated event
  • event_period: include associated event_period
  • event_times: include associated event_times
  • locations: include associated locations
  • options: include associated options
  • person: include associated person

Implementation

static List<String> get canInclude => [
      'check_in_times',
      'checked_in_at',
      'checked_in_by',
      'checked_out_by',
      'event',
      'event_period',
      'event_times',
      'locations',
      'options',
      'person'
    ];