copyWith property

bool? copyWith
final

Whether to generate a copyWith or not

If null, picks up the default values from the project's build.yaml. If that value is null too, defaults to true.

Implementation

final bool? copyWith;