barcodeCountButtonVisible property
      
      bool
      get
      barcodeCountButtonVisible
      
    
    
    
Implementation
bool get barcodeCountButtonVisible {
  return _barcodeCountButtonVisible;
}
      
      set
      barcodeCountButtonVisible
      (bool newValue) 
      
    
    
    
Implementation
set barcodeCountButtonVisible(bool newValue) {
  _barcodeCountButtonVisible = newValue;
  _update();
}