constructorName abstract method

ConstructorName constructorName(
  1. NamedType type,
  2. Token? period,
  3. SimpleIdentifier? name
)

Returns a newly created constructor name. The period and name can be null if the constructor being named is the unnamed constructor.

Implementation

ConstructorName constructorName(
    NamedType type, Token? period, SimpleIdentifier? name);