toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  final json = _$SelectionOverlayScannerConfigurationToJson(this);

  if (barcodeItemOverlayViewBinder == null) {
    json.remove('loadingText');
  }

  return json;
}