UnknownMessageException constructor

UnknownMessageException(
  1. String jsonString, {
  2. Object? error,
  3. StackTrace? stackTrace,
})

Creates a new UnknownMessageException.

Implementation

UnknownMessageException(
  this.jsonString, {
  this.error,
  this.stackTrace,
});