isEmptyOrNullString property

dynamic get isEmptyOrNullString

Implementation

get isEmptyOrNullString => (value as String?)?.isEmpty ?? true;