host property
inherited
The value of the hostHeader header, if any.
Implementation
String? host;
override
The value of the hostHeader header, if any.
Implementation
@override
set host(String? _host) => super.noSuchMethod(
Invocation.setter(
#host,
_host,
),
returnValueForMissingStub: null,
);