BarcodeFormattedData constructor

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

Implementation

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