MessageProto class abstract

Message protocol interface

Implementers

Constructors

MessageProto()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decodeArg(dynamic arg) → dynamic
Decode a single argument
decodeArgs(List args) List
Decode argument list
encodeArg(dynamic arg) → dynamic
Encode a single argument
encodeArgs(List args) List
Encode argument list
findInstance(String id) → dynamic
Find proxy instance
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerProxyInstance(String id, dynamic instance) → void
Register proxy instance
toString() String
A string representation of this object.
inherited

Operators

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