isNotEmptyValue property

bool get isNotEmptyValue

Returns true if value is not empty

Implementation

bool get isNotEmptyValue => !isEmptyValue;