Dart SDK
dart:mirrors
VariableMirror
type
type
Dart SDK
dart:mirrors
VariableMirror
type
property
type
Dart SDK
dart:mirrors
VariableMirror
Constructors
VariableMirror
Properties
hashCode
isConst
isFinal
isPrivate
isStatic
isTopLevel
location
metadata
owner
qualifiedName
runtimeType
simpleName
type
Operators
operator ==
Methods
noSuchMethod
toString
TypeMirror
type
Returns a mirror on the type of the reflectee.
Source
TypeMirror get type;