Dart SDK
dart:mirrors
ParameterMirror
property type
type
class ParameterMirror
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 ==
TypeMirror
type
A mirror on the type of this parameter.
Source
TypeMirror get type;
property type