GS1BarcodeParserConfig constructor

GS1BarcodeParserConfig({
  1. bool allowEmptyPrefix = true,
  2. String groupSeparator = DEFAULT_GROUP_SEPARATOR,
})

Implementation

GS1BarcodeParserConfig({
  this.allowEmptyPrefix = true,
  this.groupSeparator = DEFAULT_GROUP_SEPARATOR,
});