name property
The name of the parameter being declared, or null
if the parameter
doesn't have a name, such as when it's part of a generic function type.
Implementation
@override
Token get name;
The name of the parameter being declared, or null
if the parameter
doesn't have a name, such as when it's part of a generic function type.
@override
Token get name;