port property
The value of the port part of the hostHeader header, if any.
Implementation
int? port;
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,
);