MobileScannerException constructor
const
MobileScannerException({
- required MobileScannerErrorCode errorCode,
- MobileScannerErrorDetails? errorDetails,
Construct a new MobileScannerException instance.
Implementation
const MobileScannerException({required this.errorCode, this.errorDetails});