ParameterMirror abstract class
A ParameterMirror reflects a Dart formal parameter declaration.
- Implements
Constructors
Properties
- defaultValue → InstanceMirror read-only
-
Returns the default value of an optional parameter.
- hasDefaultValue → bool read-only
-
Returns
true
if the reflectee has explicitly declared a default value. Otherwise returnsfalse
. - isNamed → bool read-only
-
Returns
true
if the reflectee is a named parameter. Otherwise returnsfalse
. - isOptional → bool read-only
-
Returns
true
if the reflectee is an optional parameter. Otherwise returnsfalse
. - type → TypeMirror read-only
-
A mirror on the type of this parameter.
- hashCode → int read-only, inherited
-
The hash code for this object.
- isConst → bool read-only, inherited
-
Returns
true
if the reflectee is declaredconst
. Otherwise returnsfalse
. - isFinal → bool read-only, inherited
-
Returns
true
if the reflectee is a final variable. Otherwise returnsfalse
. - isPrivate → bool read-only, inherited
-
Whether this declaration is library private.
- isStatic → bool read-only, inherited
-
Returns
true
if the reflectee is a static variable. Otherwise returnsfalse
. - isTopLevel → bool read-only, inherited
-
Whether this declaration is top-level.
- location → SourceLocation read-only, inherited
-
The source location of this Dart language entity, or
null
if the entity is synthetic. - metadata → List<InstanceMirror> read-only, inherited
-
A list of the metadata associated with this declaration.
- owner → DeclarationMirror read-only, inherited
-
A mirror on the owner of this Dart language entity.
- qualifiedName → Symbol read-only, inherited
-
The fully-qualified name for this Dart language entity.
- runtimeType → Type read-only, inherited
-
A representation of the runtime type of the object.
- simpleName → Symbol read-only, inherited
-
The simple name for this Dart language entity.
Operators
- operator ==(
other) → bool inherited -
The equality operator.
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.
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-mirrors/ParameterMirror-class.html