BarcodeDetected

data class BarcodeDetected(val barcode: String) : SimpleScanViewModel.SideEffect

Constructors

Link copied to clipboard
fun BarcodeDetected(barcode: String)

Properties

Link copied to clipboard
val barcode: String