skipFields property

bool skipFields
final

Prevent the library from generating copyWith functions for individual fields e.g. instance.copyWith.id("123"). If you want to use only copyWith(...) function.

Implementation

final bool skipFields;