GS1Details constructor

GS1Details({
  1. required String gs1Code,
  2. required String rawValue,
  3. required GS1Type? gs1type,
  4. required List<GS1Description> descriptions,
})

Implementation

GS1Details({
  required this.gs1Code,
  required this.rawValue,
  required this.gs1type,
  required this.descriptions,
});