BarcodeImageModel class

Constructors

BarcodeImageModel.new({Uint8List? imageData, List<Uint8List>? images, int quantity = 1, double? width, double? height, int? x, int? y, int? widthImage})

Properties

hashCode int
The hash code for this object.
no setterinherited
height double?
final
imageData Uint8List?
final
images List<Uint8List>?
final
quantity int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double?
final
widthImage int?
final
x int?
final
y int?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() 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