generateCopyWith property

bool? generateCopyWith
final

Whether the generator should generate the copyWith method.

Should not be defined together with generateCopy.

Cannot be false when generateLenses is true

Defaults to true.

Implementation

final bool? generateCopyWith;