toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (localGatewayInterface != null)
'localGatewayInterface': localGatewayInterface!,
if (peerGatewayInterface != null)
'peerGatewayInterface': peerGatewayInterface!,
if (tunnelUrl != null) 'tunnelUrl': tunnelUrl!,
};