canInclude property

List<String> canInclude

possible includes with parameter ?include=a,b

  • folder: include associated folder
  • tags: include associated tags

Implementation

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