BarcodeAddress constructor
BarcodeAddress({
- required List<
String> addressLines, - BarcodeAddressType? type,
Constructor to create an instance of BarcodeAddress.
Implementation
BarcodeAddress({required this.addressLines, this.type});