name property
Return the name of the extension, or null
if the extension does not have
a name.
Implementation
@Deprecated('Use name2 instead')
SimpleIdentifier? get name;
Return the name of the extension, or null
if the extension does not have
a name.
@Deprecated('Use name2 instead')
SimpleIdentifier? get name;