Registered class

Inheritance

Constructors

Registered(int registerRequestId, int registrationId)

Properties

hashCode int
The hash code for this object.
no setterinherited
id int
getter/setter pairinherited
invocationStream Stream<Invocation>
no getter
procedure String?
getter/setter pair
registerRequestId int
getter/setter pair
registrationId int
getter/setter pair
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
onInvoke(void onInvoke(Invocation invocation)) → void
sets the invocation handler, if an error is thrown within the handler this method will result an error message to the transport or router respectively
toString() String
A string representation of this object.
inherited

Operators

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