toJson method
Implementation
@override
Object toJson() => {
'host': ?host,
'port': ?port,
'portName': ?portName,
'portSpecification': ?portSpecification,
'proxyHeader': ?proxyHeader,
'requestPath': ?requestPath,
'response': ?response,
};