Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'count_over_time'] = this.countOverTime; return json; }