isNotEmptyValue property
bool
get
isNotEmptyValue
Returns true if value is not empty
Implementation
bool get isNotEmptyValue => !isEmptyValue;
Returns true if value is not empty
bool get isNotEmptyValue => !isEmptyValue;