canInclude property

List<String> canInclude

possible includes with parameter ?include=a,b

  • batch_group: include associated batch_group
  • owner: include associated owner

Implementation

static List<String> get canInclude => ['batch_group', 'owner'];