Dart
dart:mirrors
MethodMirror
source property
source
Dart
dart:mirrors
MethodMirror
source property
MethodMirror class
Constructors
MethodMirror
Properties
constructorName
isAbstract
isConstConstructor
isConstructor
isExtensionMember
isFactoryConstructor
isGenerativeConstructor
isGetter
isOperator
isRedirectingConstructor
isRegularMethod
isSetter
isStatic
isSynthetic
parameters
returnType
source
hashCode
isPrivate
isTopLevel
location
metadata
owner
qualifiedName
runtimeType
simpleName
Methods
noSuchMethod
toString
Operators
operator ==
description
source
property
String
source
The source code for the reflectee, if available. Otherwise null.
Implementation
String get source;