middlePattern constant

List<int> const middlePattern

Pattern marking the middle of a UPC/EAN pattern, separating the two halves.

Implementation

static const List<int> middlePattern = [1, 1, 1, 1, 1];