toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final adScheduleTargets = this.adScheduleTargets;
  final callConversionAction = this.callConversionAction;
  final callConversionReportingState = this.callConversionReportingState;
  final countryCode = this.countryCode;
  final phoneNumber = this.phoneNumber;
  return {
    'adScheduleTargets': ?adScheduleTargets,
    'callConversionAction': ?callConversionAction,
    'callConversionReportingState': ?callConversionReportingState,
    'countryCode': ?countryCode,
    'phoneNumber': ?phoneNumber,
  };
}