identifier property Null safety
Return 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
SimpleIdentifier? get identifier;
Return 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.
SimpleIdentifier? get identifier;