GlobalQuantifyMetaCapability class

Gives reflection support in reflector for every class in the program whose metadata includes instances of metadataType or a subtype thereof.

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 GlobalQuantifyMetaCapability as metadata on an import of 'package:reflectable/reflectable.dart'.

Inheritance

Constructors

GlobalQuantifyMetaCapability(Type metadataType, Reflectable reflector)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
metadataType Type
final
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