BarcodePhone constructor

BarcodePhone({
  1. BarcodePhoneType? type,
  2. String? number,
})

Constructor to create an instance of BarcodePhone.

Implementation

BarcodePhone({this.type, this.number});