BarcodeType enum
Barcode value type constants.
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
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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.