ConstructorSelectorImpl constructor

ConstructorSelectorImpl({
  1. required Token period,
  2. required SimpleIdentifierImpl name,
})

Implementation

ConstructorSelectorImpl({
  required this.period,
  required this.name,
}) {
  _becomeParentOf(name);
}