allowEmptyValue property

bool? allowEmptyValue

Implementation

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

Implementation

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