AztecCode class

Aztec 2D code representation

@author Rustam Abdullaev

Constructors

AztecCode({bool isCompact = false, int size = 0, int layers = 0, int codeWords = 0, BitMatrix? matrix})

Properties

codeWords int
number of data codewords
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isCompact bool
whether if compact instead of full mode
getter/setter pair
layers int
number of levels
getter/setter pair
matrix BitMatrix?
the symbol image
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
size in pixels (width and height)
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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