DeclarationMirror class - dart:mirrors library (original) (raw)
A DeclarationMirror reflects some entity declared in a Dart program.
Implemented types
Implementers
Constructors
Properties
The hash code for this object.
no setterinherited
Whether this declaration is library private.
no setter
Whether this declaration is top-level.
no setter
The source location of this Dart language entity, or null if the entity is synthetic.
no setter
metadata → List<InstanceMirror>
A list of the metadata associated with this declaration.
no setter
A mirror on the owner of this Dart language entity.
no setter
The fully-qualified name for this Dart language entity.
no setter
A representation of the runtime type of the object.
no setterinherited
The simple name for this Dart language entity.
no setter
Methods
noSuchMethod(Invocation invocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
A string representation of this object.
inherited
Operators
operator ==(Object other)→ bool
The equality operator.
inherited