BarcodeUrl constructor

BarcodeUrl({
  1. String? url,
  2. String? title,
})

Constructor to create an instance of BarcodeUrl.

Implementation

BarcodeUrl({this.url, this.title});