copyWith property

  1. @JsonKey(defaultValue: true)
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

@JsonKey(defaultValue: true)
final bool? copyWith;