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