knownProps constant

List<String> const knownProps

Implementation

static const knownProps = <String>[
  'types',
  'createdBy',
  'sortDirection',
  'createdAfter',
  'createdBefore',
  'subject',
  'collections',
  'subjectType',
  'includeAllUserRecords',
  'limit',
  'hasComment',
  'comment',
  'addedLabels',
  'removedLabels',
  'addedTags',
  'removedTags',
  'reportTypes',
  'policies',
  'modTool',
  'batchId',
  'ageAssuranceState',
  'cursor',
];