getCurrentRow method

BarcodeRow getCurrentRow()

Implementation

BarcodeRow getCurrentRow() {
  return _matrix[_currentRow];
}