isNotEmptyAndNull property

bool get isNotEmptyAndNull

Whether this string is not null and empty.

Implementation

bool get isNotEmptyAndNull => !isEmptyOrNull;