ClassProxyListener<T> class abstract

Interface that a proxy class (annotated with ClassProxy) should implement to list for proxy calls.

Implementers

Constructors

ClassProxyListener()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onCall(T instance, String methodName, Map<String, dynamic> parameters, TypeReflection? returnType) Object?
Calls made through a ClassProxy will be intercepted by onCall implementation.
toString() String
A string representation of this object.
inherited

Operators

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