BarcodeRow class
@author Jacob Haynes
Constructors
- BarcodeRow.new(int width)
- Creates a Barcode row of the width
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addBar(
bool black, int width) → void - @param black A bool which is true if the bar black false if it is white @param width How many spots wide the bar is.
-
getScaledRow(
int scale) → Uint8List - This function scales the row
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
int x, int value) → void - Sets a specific location in the bar
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited