query property
String
get
query
Query is the query part of http://www.example.com/some/path?query#fragment.
Implementation
_i2.String get query => _i5.getProperty(
this,
'query',
);
Query is the query part of http://www.example.com/some/path?query#fragment.
_i2.String get query => _i5.getProperty(
this,
'query',
);