Dart
dart:mirrors
ParameterMirror
type property
type
ParameterMirror class
Constructors
ParameterMirror
Properties
defaultValue
hasDefaultValue
isNamed
isOptional
type
hashCode
isConst
isFinal
isPrivate
isStatic
isTopLevel
location
metadata
owner
qualifiedName
runtimeType
simpleName
Methods
noSuchMethod
toString
Operators
operator ==
type property
TypeMirror
type
A mirror on the type of this parameter.
Implementation
TypeMirror get type;