toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (localGatewayInterface != null)
        'localGatewayInterface': localGatewayInterface!,
      if (peerGatewayInterface != null)
        'peerGatewayInterface': peerGatewayInterface!,
      if (tunnelUrl != null) 'tunnelUrl': tunnelUrl!,
    };