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