BarcodeInfoMapping

constructor(source: Map<String, Any?>)
constructor(json: JsonObject)
constructor(barcodeItemMapper: BarcodeItemMapper? = null, sheetColor: ScanbotColor = ScanbotColor("?sbColorSurface", isArgb = false), dividerColor: ScanbotColor = ScanbotColor("?sbColorOutline", isArgb = false), modalOverlayColor: ScanbotColor = ScanbotColor("?sbColorModalOverlay", isArgb = false), loadingMessage: StyledText = StyledText( text = "Loading message for barcode info mapping.", color = ScanbotColor("?sbColorPrimary", isArgb = false) ), errorState: BarcodeItemErrorState = BarcodeItemErrorState( ))