canInclude property

List<String> canInclude

possible includes with parameter ?include=a,b

  • app: include associated app
  • from: include associated from
  • messages: include associated messages

Implementation

static List<String> get canInclude => ['app', 'from', 'messages'];