Dart SDK
dart:mirrors
MethodMirror
property parameters
parameters
class MethodMirror
Constructors
MethodMirror
Properties
constructorName
isAbstract
isConstConstructor
isConstructor
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 ==
List
<
ParameterMirror
>
parameters
A list of mirrors on the parameters for the reflectee.
Source
List<ParameterMirror> get parameters;
property parameters