BarcodeScannerException constructor

BarcodeScannerException(
  1. String message, [
  2. dynamic error
])

Implementation

BarcodeScannerException(this.message, [this.error]);