Properties
-
annotations
→ BuiltList<Expression>
-
Annotations as metadata on the node.
read-only
-
covariant
→ bool
-
Whether this parameter should be annotated with the
covariant
keyword.
read-only
-
defaultTo
→ Code?
-
If not
null
, a default assignment if the parameter is optional.
read-only
-
docs
→ BuiltList<String>
-
Dart docs.
read-only
-
hashCode
→ int
-
The hash code for this object.
read-onlyinherited
-
name
→ String
-
Name of the parameter.
read-only
-
named
→ bool
-
Whether this parameter should be named, if optional.
read-only
-
required
→ bool
-
Whether this parameter should be annotated with the
required
keyword.
read-only
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
toSuper
→ bool
-
Whether this parameter should be passed to super
constructor (i.e. super.
).
read-only
-
toThis
→ bool
-
Whether this parameter should be field formal (i.e.
this.
).
read-only
-
type
→ Reference?
-
Type of the parameter;
read-only
-
types
→ BuiltList<Reference>
-
Generic type parameters.
read-only