toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (portPairRemoteLocation != null)
'portPairRemoteLocation': portPairRemoteLocation!,
if (portPairVlan != null) 'portPairVlan': portPairVlan!,
if (subnetLengthRange != null) 'subnetLengthRange': subnetLengthRange!,
};