MobileScannerException constructor

const MobileScannerException({
  1. required MobileScannerErrorCode errorCode,
  2. MobileScannerErrorDetails? errorDetails,
})

Construct a new MobileScannerException instance.

Implementation

const MobileScannerException({required this.errorCode, this.errorDetails});