canQuery property

List<String> canQuery

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

  • title: (URLParameter), query on a specific title, example: ?wheretitle=string

Implementation

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