copy_with_extension library

Provides CopyWith annotation class used by copy_with_extension_gen.

Classes

$CopyWithPlaceholder
This placeholder object is a default value for nullable fields to handle cases when the user wants to nullify the value.
CopyWith
Annotation used to indicate that the copyWith extension should be generated for the given class.
CopyWithField
Field related options for the class's CopyWith annotation.