W3cubDocs

/Dart 2

ParameterMirror class

A ParameterMirror reflects a Dart formal parameter declaration.

Implemented types

Constructors

ParameterMirror()

Properties

defaultValueInstanceMirror
read-only
Returns the default value of an optional parameter. [...]
hasDefaultValuebool
read-only
Returns true if the reflectee has explicitly declared a default value. Otherwise returns false.
isNamedbool
read-only
Returns true if the reflectee is a named parameter. Otherwise returns false.
isOptionalbool
read-only
Returns true if the reflectee is an optional parameter. Otherwise returns false.
typeTypeMirror
read-only, override
A mirror on the type of this parameter.
hashCodeint
read-only, inherited
The hash code for this object. [...]
isConstbool
read-only, inherited
Returns true if the reflectee is declared const. Otherwise returns false.
isFinalbool
read-only, inherited
Returns true if the reflectee is a final variable. Otherwise returns false.
isPrivatebool
read-only, inherited
Whether this declaration is library private. [...]
isStaticbool
read-only, inherited
Returns true if the reflectee is a static variable. Otherwise returns false. [...]
isTopLevelbool
read-only, inherited
Whether this declaration is top-level. [...]
locationSourceLocation
read-only, inherited
The source location of this Dart language entity, or null if the entity is synthetic. [...]
metadataList<InstanceMirror>
read-only, inherited
A list of the metadata associated with this declaration. [...]
ownerDeclarationMirror
read-only, inherited
A mirror on the owner of this Dart language entity. [...]
qualifiedNameSymbol
read-only, inherited
The fully-qualified name for this Dart language entity. [...]
runtimeTypeType
read-only, inherited
A representation of the runtime type of the object.
simpleNameSymbol
read-only, inherited
The simple name for this Dart language entity. [...]

Methods

noSuchMethod(Invocation invocation) → dynamic
inherited
Invoked when a non-existent method or property is accessed. [...]
toString() → String
inherited
Returns a string representation of this object.

Operators

operator ==(dynamic other) → bool
inherited
The equality operator. [...]

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-mirrors/ParameterMirror-class.html