BarcodeData class
Constructors
-
BarcodeData({required String code, BarcodeId? barcodeId, GS1Barcode? gs1barcode, List<
BarcodeInfo> ? information}) -
const
-
BarcodeData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- barcodeId → BarcodeId?
-
final
- code → String
-
final
- gs1barcode → GS1Barcode?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
information
→ List<
BarcodeInfo> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? code, BarcodeId? barcodeId, List< BarcodeInfo> ? information}) → BarcodeData -
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