Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'duration_seconds'] = this.durationSeconds; json[r'track_type'] = this.trackType; return json; }