isEmpty property
bool
get
isEmpty
判断字幕集合是否为空。
Whether the subtitle collection is empty.
Implementation
bool get isEmpty => subtitles.isEmpty;
判断字幕集合是否为空。
Whether the subtitle collection is empty.
bool get isEmpty => subtitles.isEmpty;