BarcodeType enum

Barcode value type constants.

Inheritance

Constructors

BarcodeType(int rawValue)
const
BarcodeType.fromRawValue(int value)
factory

Values

unknown → const BarcodeType

An unknown barcode type.

const BarcodeType(0)
contactInfo → const BarcodeType

Barcode value type constant for contact information.

const BarcodeType(1)
email → const BarcodeType

Barcode value type constant for email message details.

const BarcodeType(2)
isbn → const BarcodeType

Barcode value type constant for ISBNs.

const BarcodeType(3)
phone → const BarcodeType

Barcode value type constant for phone numbers.

const BarcodeType(4)
product → const BarcodeType

Barcode value type constant for product codes.

const BarcodeType(5)
sms → const BarcodeType

Barcode value type constant for SMS details.

const BarcodeType(6)
text → const BarcodeType

Barcode value type constant for plain text.

const BarcodeType(7)
url → const BarcodeType

Barcode value type constant for URLs or bookmarks.

const BarcodeType(8)
wifi → const BarcodeType

Barcode value type constant for WiFi access point details.

const BarcodeType(9)
geo → const BarcodeType

Barcode value type constant for geographic coordinates.

const BarcodeType(10)
calendarEvent → const BarcodeType

Barcode value type constant for calendar events.

const BarcodeType(11)
driverLicense → const BarcodeType

Barcode value type constant for driver license data.

const BarcodeType(12)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
rawValue int
The raw barcode type value.
final
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.