CodaBarReader constructor

CodaBarReader()

Implementation

CodaBarReader()
    : _decodeRowResult = StringBuilder(),
      _counters = List.filled(80, 0),
      _counterLength = 0;