DeclarationMirror class abstract
A DeclarationMirror reflects some entity declared in a Dart program.
- Implemented types
- Implementers
Constructors
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- isPrivate → bool
- 
  Whether this declaration is library private.
  no setter
- isTopLevel → bool
- 
  Whether this declaration is top-level.
  no setter
- location → SourceLocation
- 
  The source location of this Dart language entity, or nullif the entity is synthetic.no setter
- 
  metadata
  → List<Object> 
- 
  A list of the metadata associated with this declaration.
  no setter
- owner → DeclarationMirror?
- 
  A mirror on the owner of this Dart language entity.
  no setter
- qualifiedName → String
- 
  The fully-qualified name for this Dart language entity.
  no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- simpleName → String
- 
  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
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited