allowEmptyValue property

bool get allowEmptyValue

Implementation

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

Implementation

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