generateCopyUsing property

bool? generateCopyUsing
final

Whether the generator should generate the copyUsing method.

When set to true, a second data class used by the copyWith method will also be generated (called _ClassName$Change).

Should not be defined together with generateCopy.

Defaults to true.

Implementation

final bool? generateCopyUsing;