RBarcodeException constructor

RBarcodeException(
  1. String code,
  2. String? description
)

Implementation

RBarcodeException(this.code, this.description);