DecodeFailedException constructor

DecodeFailedException({
  1. required String message,
  2. Object? exception,
  3. StackTrace? stackTrace,
})

Implementation

DecodeFailedException({required this.message, this.exception, this.stackTrace});