toJson method

Map<String, dynamic> toJson()

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!,
};