MissingOperationKind class final

An operation kind the other peer holds and this build cannot decode.

Inheritance

Constructors

MissingOperationKind({required String handlerType, required int kind})
An operation kind the other peer holds and this build cannot decode.
const

Properties

handlerType String
The Handler.handlerType the disagreement is about.
finalinherited
hashCode int
The hash code for this object.
no setteroverride
kind int
The kind byte (OperationEnvelope.kind) that cannot be decoded.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
override