name property

  1. @Deprecated('Use name2 instead')
SimpleIdentifier? name

Return the name of the extension, or null if the extension does not have a name.

Implementation

@Deprecated('Use name2 instead')
SimpleIdentifier? get name;