LabelModel class
Constructors
-
LabelModel({required List<
Uint8List> images, int quantity = 1, LabelPerRow? labelPerRow})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
images
→ List<
Uint8List> -
final
- labelPerRow → LabelPerRow?
-
final
- quantity ↔ int
-
getter/setter pair
- 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
-
toLabel(
) → Map< String, dynamic> - Converts the model to a map for use in method channel calls
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited