GS1BarcodeParserConfig constructor

GS1BarcodeParserConfig({
  1. bool allowEmptyPrefix = true,
  2. String groupSeparator = DEFAULT_GROUP_SEPARATOR,
  3. Map<String, AI> customAIS = const {},
})

Implementation

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