Barcode

data class Barcode(val text: String? = null, val type: String? = null)

See also

Constructors

Link copied to clipboard
constructor(text: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val text: String? = null
Link copied to clipboard
val type: String? = null