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