BarcodePhone constructor
BarcodePhone({
- BarcodePhoneType? type,
- String? number,
Constructor to create an instance of BarcodePhone.
Implementation
BarcodePhone({this.type, this.number});