name property

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

Return the name of the constructor, or null if the constructor being declared is unnamed.

Implementation

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