Barcode class
Constructors
-
Barcode.fromJSON(Map<
String, dynamic> json) -
factory
Properties
- addOnData → String?
-
no setter
- compositeData → String?
-
no setter
- compositeFlag → CompositeFlag
-
no setter
- compositeRawData → String?
-
no setter
- data → String?
-
no setter
-
encodingRanges
→ List<
EncodingRange> -
no setter
- frameID → int
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isColorInverted → bool
-
no setter
- isGS1DataCarrier → bool
-
no setter
- isStructuredAppend → bool
-
no setter
- location → Quadrilateral
-
no setter
- rawData → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- structuredAppendData → StructuredAppendData?
-
no setter
- symbolCount → int
-
no setter
- symbology → Symbology
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited