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