toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final callConversionAction = this.callConversionAction;
  final callConversionReportingEnabled = this.callConversionReportingEnabled;
  final callReportingEnabled = this.callReportingEnabled;
  return {
    'callConversionAction': ?callConversionAction,
    'callConversionReportingEnabled': ?callConversionReportingEnabled,
    'callReportingEnabled': ?callReportingEnabled,
  };
}