superConstructorParameter2 property
- @Deprecated('Use superConstructorParameter instead')
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
@Deprecated('Use superConstructorParameter instead')
FormalParameterElement? get superConstructorParameter2;