toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (host != null) 'host': host!,
if (port != null) 'port': port!,
if (portName != null) 'portName': portName!,
if (portSpecification != null) 'portSpecification': portSpecification!,
if (proxyHeader != null) 'proxyHeader': proxyHeader!,
if (requestPath != null) 'requestPath': requestPath!,
if (response != null) 'response': response!,
};