BarcodeUrl constructor

BarcodeUrl({
  1. required String rawValue,
  2. String? url,
})

Implementation

BarcodeUrl({required String rawValue, this.url})
    : super(valueType: BarcodeValueType.url, rawValue: rawValue);