DataMatrixEncoder class

Encode DataMatrix messages

Constructors

DataMatrixEncoder()

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

append() → void
Add Structured Append sequence
ascii(String data) → void
Add ASCII-encoded Text data
eci() → void
Add ECI Character
fnc1() → void
Add FNC1 sequence
gs() → void
Add GS Character
macro05() → void
Add 05 Macro sequence
macro06() → void
Add 06 Macro sequence
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
program() → void
Add Reader Programming sequence
toBytes() Uint8List
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited