BarcodeAddress constructor

BarcodeAddress({
  1. required List<String> addressLines,
  2. BarcodeAddressType? type,
})

Constructor to create an instance of BarcodeAddress.

Implementation

BarcodeAddress({required this.addressLines, this.type});