UnknownTypeError class Null safety

An error emitted when an unknown Protobuf type is encountered.

Typically, this error means that the type is not registered in the known types registry. To fix this, a user should pass protoTypes.types() to a constructor of Clients, where protoTypes is an import prefix for the local types.dart file. See the documentation of Clients for more info.

Inheritance

Constructors

UnknownTypeError({String? typeUrl, Type? runtimeType})
Creates a new instance of UnknownTypeError.

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
stackTrace StackTrace?
The stack trace at the point where this error was first thrown.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited