toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (egressPolicy != null) 'egressPolicy': egressPolicy!,
if (external_ != null) 'external': external_!,
if (network != null) 'network': network!,
if (proxyProtocol != null) 'proxyProtocol': proxyProtocol!,
};