ReflectCapability class abstract

A ReflectCapability of a reflectable mirror specifies the kinds of reflective operations that are supported for instances of the associated classes.

A class C is connected to a ReflectCapability K by giving K as a const constructor superinitializer in a subclass R of Reflectable, and then including an instance of R in the metadata associated with C.

Implementers

Constructors

ReflectCapability()
const

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

Operators

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