constructorName property

  1. @override
String? constructorName
final

The name of the constructor used to create the constant.

This is null for the default constructor.

Implementation

@override
final String? constructorName;