toJson method

Map<String, dynamic> toJson()

Implementation

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