host property

String? get host

The new host for the request.

Implementation

String? get host => _wrapped.host;
set host (String? v)

Implementation

set host(String? v) {
  _wrapped.host = v;
}