GS1Details constructor
GS1Details({
- required String gs1Code,
- required String rawValue,
- required GS1Type? gs1type,
- required List<
GS1Description> descriptions,
Implementation
GS1Details({
required this.gs1Code,
required this.rawValue,
required this.gs1type,
required this.descriptions,
});