canInclude property

List<String> canInclude

possible includes with parameter ?include=a,b

  • event: include associated event
  • locations: include associated locations
  • options: include associated options
  • parent: include associated parent

Implementation

static List<String> get canInclude =>
    ['event', 'locations', 'options', 'parent'];