toJson method
Implementation
Map<String, dynamic> toJson() {
final json = <String, dynamic>{};
json[r'total'] = this.total;
json[r'total_subscribed_duration_seconds'] =
this.totalSubscribedDurationSeconds;
json[r'unique'] = this.unique;
return json;
}