BarcodeType enum

Contains all currently on iOS and Android supported barcode types.

Inheritance

Constructors

BarcodeType()
const

Values

aztec → const BarcodeType

Android Android, iOS

code128 → const BarcodeType

Android, iOS

code39 → const BarcodeType

Android, iOS

code39mod43 → const BarcodeType

iOS

code93 → const BarcodeType

Android, iOS

codabar → const BarcodeType

Android

dataMatrix → const BarcodeType

Android, iOS

ean13 → const BarcodeType

Android, iOS

ean8 → const BarcodeType

Android, iOS

itf → const BarcodeType

Android, iOS

pdf417 → const BarcodeType

Android, iOS

qr → const BarcodeType

Android, iOS

upcA → const BarcodeType

Android

upcE → const BarcodeType

Android, iOS

interleaved → const BarcodeType

iOS

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<BarcodeType>
A constant List of the values in this enum, in order of their declaration.