toJson method

Map<String, dynamic> toJson()

Implementation

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