query property

String? query
getter/setter pair

The HTTP URL query in the format of name1=value1&name2=value2, as it appears in the first line of the HTTP request.

No decoding is performed.

Implementation

core.String? query;