Map<String, dynamic> toJson() { final json = _$SelectionOverlayScannerConfigurationToJson(this); if (barcodeItemOverlayViewBinder == null) { json.remove('loadingText'); } return json; }