canInclude property

List<String> canInclude

possible includes with parameter ?include=a,b

  • person: include associated person

Implementation

static List<String> get canInclude => ['person'];