BarcodeFormattedData constructor

BarcodeFormattedData({
  1. String? title,
  2. String? subtitle,
})

Implementation

BarcodeFormattedData({this.title, this.subtitle});