superConstructorParameter2 property

FormalParameterElement? get superConstructorParameter2

The associated super-constructor parameter, from the super-constructor that is referenced by the implicit or explicit super-constructor invocation.

Can be null for erroneous code - not existing super-constructor, no corresponding parameter in the super-constructor.

Implementation

FormalParameterElement? get superConstructorParameter2;