isNullOrEmpty property

dynamic isNullOrEmpty

Implementation

get isNullOrEmpty => this?.lyrics == null || this!.lyrics.isEmpty;