canQuery property

List<String> canQuery

possible queries using parameters like ?wherekey=value or ?wheregt|lt=value

  • role: (URLParameter), query on a specific role, example: ?whererole=string

Implementation

static List<String> get canQuery => ['role'];