allowEmptyValue property

bool allowEmptyValue

Implementation

bool get allowEmptyValue => _allowEmptyValue ?? false;
void allowEmptyValue=(bool f)

Implementation

set allowEmptyValue(bool f) {
  _allowEmptyValue = f;
}