toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (displayName != null) 'displayName': displayName!,
if (ipAddress != null) 'ipAddress': ipAddress!,
if (networkUri != null) 'networkUri': networkUri!,
if (region != null) 'region': region!,
if (uri != null) 'uri': uri!,
if (vpnTunnelUri != null) 'vpnTunnelUri': vpnTunnelUri!,
};