Dart API Reference
dart:mirrors
VariableMirror
VariableMirror
class
A
VariableMirror
reflects a Dart language variable declaration.
A
VariableMirror
reflects a Dart language variable declaration.
Implements
DeclarationMirror
Implemented by
ParameterMirror
Constructors
VariableMirror
()
Instance Properties
type
TypeMirror
read-only
isStatic
bool
read-only
isFinal
bool
read-only
isConst
bool
read-only
owner
DeclarationMirror
Inherited
read-only
location
SourceLocation
Inherited
read-only
isPrivate
bool
Inherited
read-only
simpleName
Symbol
Inherited
read-only
metadata
List
<
InstanceMirror
>
Inherited
read-only
isTopLevel
bool
Inherited
read-only
qualifiedName
Symbol
Inherited
read-only
Operators
operator ==
(
other
) →
bool
Returns true if this mirror is equal to other.