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