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