UnknownMessageException constructor
UnknownMessageException(
- String jsonString, {
- Object? error,
- StackTrace? stackTrace,
Creates a new UnknownMessageException.
Implementation
UnknownMessageException(
this.jsonString, {
this.error,
this.stackTrace,
});