toJson method

Map<String, dynamic> toJson()

Implementation

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