allowEmptyValue property
      
      bool?
      get
      allowEmptyValue
      
    
    
    
Implementation
bool? get allowEmptyValue => _allowEmptyValue;
      
      set
      allowEmptyValue
      (bool? f) 
      
    
    
    
Implementation
set allowEmptyValue(bool? f) {
  _allowEmptyValue = f;
}