Dart SDK
dart:mirrors
MethodMirror
source
property
source
MethodMirror
Properties
returnType
source
parameters
isStatic
isAbstract
isSynthetic
isRegularMethod
isOperator
isGetter
isSetter
isConstructor
constructorName
isConstConstructor
isGenerativeConstructor
isRedirectingConstructor
isFactoryConstructor
owner
location
isPrivate
simpleName
metadata
isTopLevel
qualifiedName
Constructors
MethodMirror
Operators
operator ==
String
source
read-only
The source code for the reflectee, if available. Otherwise null.