isNullOrEmpty property

dynamic get isNullOrEmpty

Implementation

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