ClassProxy class

Informs that a class will be a proxy to a target class with className, without directly depending on the target class.

Annotations
  • @Target({TargetKind.classType})

Constructors

ClassProxy(String className, {String libraryName = '', String libraryPath = '', String reflectionProxyName = '', Set<String> ignoreMethods = const <String>{}, bool alwaysReturnFuture = false, Set<Type> traverseReturnTypes = const <Type>{}, Set<Type> ignoreParametersTypes = const <Type>{}})
const

Properties

alwaysReturnFuture bool
final
className String
final
hashCode int
The hash code for this object.
no setterinherited
ignoreMethods Set<String>
final
ignoreParametersTypes Set<Type>
final
libraryName String
final
libraryPath String
final
reflectionProxyName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
traverseReturnTypes Set<Type>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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