isEmptyOrNullString property

bool get isEmptyOrNullString

Implementation

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