BarcodeObject class

Constructors

BarcodeObject.new({required String value, required String rawValue, required int typeId, required List<OcrPoint> cornerPoints})
BarcodeObject.fromJson(Map<String, dynamic> json)
factory

Properties

cornerPoints List<OcrPoint>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
rawValue String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type BarcodeType
no setter
typeId int
getter/setter pair
value String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited