canInclude property

List<String> canInclude

possible includes with parameter ?include=a,b

  • event: include associated event
  • first_check_in: include associated first_check_in
  • last_check_in: include associated last_check_in
  • person: include associated person

Implementation

static List<String> get canInclude =>
    ['event', 'first_check_in', 'last_check_in', 'person'];