ECBlocks class
Encapsulates a set of error-correction blocks in one symbol version.
Most versions will use blocks of differing sizes within one version, so, this encapsulates the parameters for each set of blocks. It also holds the number of error-correction codewords per block since it will be the same across all blocks within one version.
Properties
-
ecBlocks
→ List<
ECB> -
no setter
- ecCodewordsPerBlock → int
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- numBlocks → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalECCodewords → int
-
no setter
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