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.

Constructors

ECBlocks(int _ecCodewords, ECB ecBlocks1, [ECB? ecBlocks2])

Properties

ecBlocks List<ECB>
no setter
ecCodewords int
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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