Julian Steenbakker
Committed by GitHub

Update mobile_scanner_exception.dart

@@ -12,7 +12,7 @@ class MobileScannerException implements Exception { @@ -12,7 +12,7 @@ class MobileScannerException implements Exception {
12 12
13 /// The additional error details that came with the [errorCode]. 13 /// The additional error details that came with the [errorCode].
14 final MobileScannerErrorDetails? errorDetails; 14 final MobileScannerErrorDetails? errorDetails;
15 - 15 +
16 @override 16 @override
17 String toString() { 17 String toString() {
18 if (errorDetails != null && errorDetails?.message != null) { 18 if (errorDetails != null && errorDetails?.message != null) {