toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final includeAverageCpc = this.includeAverageCpc;
final yearMonthRange = this.yearMonthRange;
return {
'includeAverageCpc': ?includeAverageCpc,
'yearMonthRange': ?yearMonthRange,
};
}