ClassProxyDelegateListener<T> class

A ClassProxyListener that delegates to targetListener.

Inheritance
Implementers

Constructors

ClassProxyDelegateListener(ClassProxyListener<T> targetListener)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetListener ClassProxyListener<T>
The target listener that will receive the calls.
final

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.
override
toString() String
A string representation of this object.
inherited

Operators

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