canQuery property

List<String> canQuery

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

  • time_type: (URLParameter), query on a specific time_type, example: ?wheretime_type=1

Implementation

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