const HTTPQuery(String key)

Binds an HTTP request path query element to an HTTPController property or responder method argument.

key case-insensitively matches the name of a header of an incoming request. See class description for more details.

Source

const HTTPQuery(String key) : super(key);