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