A simple formal parameter.
Anything
DartSimpleFormalParameter
DartNormalFormalParameter
DartFormalParameter
DartNode
Basic
Identifiable
Object
Anything
no subtypes hierarchy
Initializer |
DartSimpleFormalParameter(Boolean final, Boolean var, DartTypeName? type, DartSimpleIdentifier identifier) |
Attributes | |
final | Source Codeshared Boolean final |
identifier | Source Codeshared actual DartSimpleIdentifier identifier Refines DartFormalParameter.identifier |
type | Source Codeshared DartTypeName? type |
var | Source Codeshared Boolean var |
Inherited Attributes |
Attributes inherited from: DartFormalParameter |
Attributes inherited from: DartNode |
Attributes inherited from: Object hash , string |
Methods | |
write | Source Codeshared actual void write(CodeWriter writer) Refines DartNode.write |
Inherited Methods |
Methods inherited from: DartNode |
Methods inherited from: Object equals |