canQuery property

List<String> canQuery

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

  • licenses_purchased: (URLParameter), query on a specific licenses_purchased, example: ?wherelicenses_purchased=1

Implementation

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