name property
SimpleIdentifier?
get
name
Return the name of the constructor, or null
if the constructor being
declared is unnamed.
Implementation
SimpleIdentifier? get name;
Return the name of the constructor, or null
if the constructor being
declared is unnamed.
SimpleIdentifier? get name;