isNotEmptyOrNull property

bool get isNotEmptyOrNull

Checks string is neither empty nor null and return bool

Implementation

bool get isNotEmptyOrNull => !FxString.isEmptyOrNull(this);