toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (address != null) 'address': address!,
      if (forwardingRule != null) 'forwardingRule': forwardingRule!,
      if (network != null) 'network': network!,
      if (projectId != null) 'projectId': projectId!,
      if (pscConnectionId != null) 'pscConnectionId': pscConnectionId!,
    };