generateCopy property

bool? generateCopy
final

Whether the generator should generate the copy methods.

Cannot be false when generateLenses is true

Should not be defined together with generateCopyWith or generateCopyUsing.

Implementation

final bool? generateCopy;