toString method

  1. @override
String toString()
override

返回当前字幕集合的字符串表示,包含内部字幕列表。

Returns the string representation of this subtitle collection, including the internal list of subtitles.

Implementation

@override
String toString() {
  return 'Subtitles{subtitles: $subtitles}';
}