getCodeword method

Codeword? getCodeword(
  1. int imageRow
)

Implementation

Codeword? getCodeword(int imageRow) {
  return _codewords[imageRowToCodewordIndex(imageRow)];
}