BarcodeValueType enum

Enumeration of supported barcode content value types for Barcode.valueType.

Note that the built-in parsers only recognize a few popular value structures. For your specific use case, you may want to implement your own parsing logic.

Inheritance

Constructors

BarcodeValueType()
const

Values

unknown → const BarcodeValueType

Unknown Barcode value types.

contactInfo → const BarcodeValueType

Barcode value type for contact info.

email → const BarcodeValueType

Barcode value type for email addresses.

isbn → const BarcodeValueType

Barcode value type for ISBNs.

phone → const BarcodeValueType

Barcode value type for phone numbers.

product → const BarcodeValueType

Barcode value type for product codes.

sms → const BarcodeValueType

Barcode value type for SMS details.

text → const BarcodeValueType

Barcode value type for plain text.

url → const BarcodeValueType

Barcode value type for URLs/bookmarks.

wifi → const BarcodeValueType

Barcode value type for Wi-Fi access point details.

geographicCoordinates → const BarcodeValueType

Barcode value type for geographic coordinates.

calendarEvent → const BarcodeValueType

Barcode value type for calendar events.

driverLicense → const BarcodeValueType

Barcode value type for driver's license data.

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<BarcodeValueType>
A constant List of the values in this enum, in order of their declaration.