isNotEmptyOrNull property

bool get isNotEmptyOrNull

Check if string is not empty (for convenience)

Implementation

bool get isNotEmptyOrNull => !isNullOrEmpty;