isNotEmpty property

bool get isNotEmpty

是否 信息info 和 歌词lrc 中至少一方非空

Implementation

bool get isNotEmpty => (info.isNotEmpty || lrc.isNotEmpty);