返回当前字幕集合的字符串表示,包含内部字幕列表。
Returns the string representation of this subtitle collection, including the internal list of subtitles.
@override String toString() { return 'Subtitles{subtitles: $subtitles}'; }