canInclude property

List<String> canInclude

possible includes with parameter ?include=a,b

  • designations: include associated designations
  • labels: include associated labels
  • note: include associated note
  • refund: include associated refund

Implementation

static List<String> get canInclude =>
    ['designations', 'labels', 'note', 'refund'];