Dart SDK
dart:mirrors
MethodMirror
parameters
property
parameters
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 ==
List
<
ParameterMirror
>
parameters
read-only
A list of mirrors on the parameters for the reflectee.