constructorName property Null safety

Symbol constructorName

The constructor name for named constructors and factory methods.

For unnamed constructors, this is the empty string. For non-constructors, this is the empty string.

For example, 'bar' is the constructor name for constructor Foo.bar of type Foo.

Implementation

Symbol get constructorName;