BarcodeException constructor

const BarcodeException(
  1. String message
)

Create a BarcodeException object

Implementation

const BarcodeException(this.message);