knownProps constant

List<String> const knownProps

Implementation

static const knownProps = <String>[
  'queueId',
  'reportTypes',
  'status',
  'subject',
  'did',
  'subjectType',
  'collections',
  'reportedAfter',
  'reportedBefore',
  'isMuted',
  'assignedTo',
  'sortField',
  'sortDirection',
  'limit',
  'cursor',
];