toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (network != null) 'network': network!,
if (noExternalIpAddress != null)
'noExternalIpAddress': noExternalIpAddress!,
if (subnetwork != null) 'subnetwork': subnetwork!,
};