isEmpty property

bool get isEmpty

是否 信息info 和 歌词lrc 都为空

Implementation

bool get isEmpty => (info.isEmpty && lrc.isEmpty);