isNotEmptyAndNull property

bool isNotEmptyAndNull

Whether this string is not null and empty.

Implementation

bool get isNotEmptyAndNull => !isEmptyOrNull;