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