skipFields property
Prevent the library from generating copyWith functions for individual fields e.g. instance.copyWith.id("123"). If you want to use only copyWith(...) function. Default is false.
Implementation
final bool? skipFields;
Prevent the library from generating copyWith functions for individual fields e.g. instance.copyWith.id("123"). If you want to use only copyWith(...) function. Default is false.
final bool? skipFields;