url property

String url

The URL of the request.

Implementation

String get url => _wrapped.url;
void url=(String v)

Implementation

set url(String v) {
  _wrapped.url = v;
}