canInclude property

List<String> canInclude

possible includes with parameter ?include=a,b

  • attachments: include associated attachments
  • owner: include associated owner
  • tags: include associated tags

Implementation

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