specialQueryKeys constant

List<String> const specialQueryKeys

A List of keys that services should ignore, should they see them in the query.

Implementation

static const List<String> specialQueryKeys = <String>[
  r'$limit',
  r'$sort',
  'page',
  'token'
];