canQuery property

List<String> canQuery

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

  • active: (URLParameter), query on a specific active, example: ?whereactive=true

Implementation

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