GlobalQuantifyCapability class

Gives reflection support in reflector for every class in the program whose qualified name matches the given classNamePattern considered as a regular expression.

The semantics are as if the matching classes had been annotated with the reflector.

Note: It is used by attaching an instance of a subtype of GlobalQuantifyCapability as metadata on an import of 'package:reflectable/reflectable.dart'.

Inheritance

Constructors

GlobalQuantifyCapability(String classNamePattern, Reflectable reflector)
const

Properties

classNamePattern String
final
hashCode int
The hash code for this object.
no setterinherited
reflector Reflectable
finalinherited
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
toString() String
A string representation of this object.
inherited

Operators

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