BarcodeLabelType enum
- Inheritance
- Available extensions
- Annotations
-
- @Deprecated('Use BarcodeLabelType instead')
Values
- labelTypeCode39 → const BarcodeLabelType
- labelTypeCodabar → const BarcodeLabelType
- labelTypeCode128 → const BarcodeLabelType
- labelTypeD2of5 → const BarcodeLabelType
- labelTypeIata2of5 → const BarcodeLabelType
- labelTypeI2of5 → const BarcodeLabelType
- labelTypeCode93 → const BarcodeLabelType
- labelTypeUpca → const BarcodeLabelType
- labelTypeUpce0 → const BarcodeLabelType
- labelTypeUpce1 → const BarcodeLabelType
- labelTypeEan8 → const BarcodeLabelType
- labelTypeEan13 → const BarcodeLabelType
- labelTypeMsi → const BarcodeLabelType
- labelTypeEan128 → const BarcodeLabelType
- labelTypeTrioptic39 → const BarcodeLabelType
- labelTypeBookland → const BarcodeLabelType
- labelTypeCoupon → const BarcodeLabelType
- labelTypeDatabarCoupon → const BarcodeLabelType
- labelTypeIsbt128 → const BarcodeLabelType
- labelTypeCode32 → const BarcodeLabelType
- labelTypePdf417 → const BarcodeLabelType
- labelTypeMicropdf → const BarcodeLabelType
- labelTypeTlc39 → const BarcodeLabelType
- labelTypeCode11 → const BarcodeLabelType
- labelTypeMaxicode → const BarcodeLabelType
- labelTypeDatamatrix → const BarcodeLabelType
- labelTypeQrcode → const BarcodeLabelType
- labelTypeGs1Databar → const BarcodeLabelType
- labelTypeGs1DatabarLim → const BarcodeLabelType
- labelTypeGs1DatabarExp → const BarcodeLabelType
- labelTypeUspostnet → const BarcodeLabelType
- labelTypeUsplanet → const BarcodeLabelType
- labelTypeUkpostal → const BarcodeLabelType
- labelTypeJappostal → const BarcodeLabelType
- labelTypeAuspostal → const BarcodeLabelType
- labelTypeDutchpostal → const BarcodeLabelType
- labelTypeFinnishpostal4s → const BarcodeLabelType
- labelTypeCanpostal → const BarcodeLabelType
- labelTypeChinese2of5 → const BarcodeLabelType
- labelTypeAztec → const BarcodeLabelType
- labelTypeMicroqr → const BarcodeLabelType
- labelTypeUs4state → const BarcodeLabelType
- labelTypeUs4stateFics → const BarcodeLabelType
- labelTypeCompositeAb → const BarcodeLabelType
- labelTypeCompositeC → const BarcodeLabelType
- labelTypeWebcode → const BarcodeLabelType
- labelTypeSignature → const BarcodeLabelType
- labelTypeKorean3of5 → const BarcodeLabelType
- labelTypeMatrix2of5 → const BarcodeLabelType
- labelTypeOcr → const BarcodeLabelType
- labelTypeHanxin → const BarcodeLabelType
- labelTypeMailmark → const BarcodeLabelType
- multicodeDataFormat → const BarcodeLabelType
- labelTypeGs1Datamatrix → const BarcodeLabelType
- labelTypeGs1Qrcode → const BarcodeLabelType
- labelTypeDotcode → const BarcodeLabelType
- labelTypeGridmatrix → const BarcodeLabelType
- labelTypeUndefined → const BarcodeLabelType
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 - 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<
BarcodeLabelType> - A constant List of the values in this enum, in order of their declaration.