Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -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) { |
-
Please register or login to post a comment