constructor property

String constructor
final

The name of the constructor to use.

When this option is not set, the default (unnamed) constructor will be used to map database rows to the desired row class.

Implementation

final String constructor;