canQuery property

List<String> canQuery

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

  • status: (URLParameter), query on a specific status, example: ?wherestatus=value

Implementation

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