NfcBarcode class
A Kovio barcode tag. Android only.
Carries data and nothing else, because android.nfc.tech.NfcBarcode has no operations.
Discovered only when the session sets discoverNfcBarcodeAndroid.
Properties
- barcode → Uint8List?
-
The barcode payload, when the tag reports one.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → NfcBarcodeType
-
Which barcode standard the tag follows.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
from(
NfcTag tag) → NfcBarcode? -
Returns an instance for
tag, or null when the tag is not a barcode tag.