BarcodeResponse class
Represents information about barcode.
Constructors
- BarcodeResponse()
- Constructor
-
BarcodeResponse.fromJson(Map<
String, dynamic> json) - Creates a BarcodeResponse instance from a JSON representation.
Properties
- barcodeValue ↔ String?
-
Barcode data.
getter/setter pair
- checksum ↔ String?
-
Checksum of barcode.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
region
↔ List<
RegionPoint> ? -
Region with barcode.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
Type of the barcode.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Returns a JSON representation of BarcodeResponse.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
listFromJson(
List json) → List< BarcodeResponse> - Converts a list of JSON objects to a list of BarcodeResponse instances.