isNotEmptyOrNull property

bool get isNotEmptyOrNull

Checks if the given String s is not null or empty

Implementation

bool get isNotEmptyOrNull => !isEmptyOrNull;