superConstructorParameter property
ParameterElement?
get
superConstructorParameter
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
ParameterElement? get superConstructorParameter;