DecodeFailedException constructor
DecodeFailedException({
- required String message,
- Object? exception,
- StackTrace? stackTrace,
Implementation
DecodeFailedException({required this.message, this.exception, this.stackTrace});