constructor property

String? constructor
final

Set constructor if you want to use a named constructor. The generated fields will be derived from this constructor. If not set, the unnamed constructor is used.

Implementation

final String? constructor;