Barcode Scanner Ui Result
data class BarcodeScannerUiResult(val selectedZoomFactor: Double = 1.0, val items: List<BarcodeScannerUiItem> = listOf( )) : AutoCloseable, Parcelable
Results of the barcode scan.
Results of the barcode scan.