superConstructor property

  1. @override
ConstructorElementRef? superConstructor
final

The constructor of the superclass that this constructor invokes, or null if this constructor redirects to another constructor, or if the library containing this constructor has not yet been resolved.

Implementation

@override
final ConstructorElementRef? superConstructor;