name2 property
Return the name of the constructor, or null
if the constructor being
declared is unnamed.
Implementation
@Deprecated('Use name instead')
Token? get name2;
Return the name of the constructor, or null
if the constructor being
declared is unnamed.
@Deprecated('Use name instead')
Token? get name2;