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