canQuery property

List<String> canQuery

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

  • stage: (URLParameter), query on a specific stage, example: ?wherestage=string

Implementation

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