ParameterMirror class

A ParameterMirror reflects a Dart formal parameter declaration.

A ParameterMirror reflects a Dart formal parameter declaration.

Implements:

Constructors

ParameterMirror ( )

Instance Properties

type TypeMirror
read-only
isOptional bool
read-only
isNamed bool
read-only
hasDefaultValue bool
read-only
defaultValue InstanceMirror
read-only
isConst bool Inherited
read-only
isFinal bool Inherited
read-only
isStatic bool Inherited
read-only
simpleName Symbol Inherited
read-only
metadata List<InstanceMirror> Inherited
read-only
isTopLevel bool Inherited
read-only
owner DeclarationMirror Inherited
read-only
location SourceLocation Inherited
read-only
isPrivate bool Inherited
read-only
qualifiedName Symbol Inherited
read-only