DeserializationTypeNotFoundException class
Exception thrown when no deserialization type was found during protocol deserialization
- Implemented types
Constructors
- DeserializationTypeNotFoundException({String? message, Type? type})
- Creates a new DeserializationTypeNotFoundException.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited