BarcodePhone constructor

BarcodePhone({
  1. required String rawValue,
  2. String? number,
})

Implementation

BarcodePhone({required String rawValue, this.number})
    : super(valueType: BarcodeValueType.phone, rawValue: rawValue);