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. Used internally as the default value for parameters in generated methods.
- CopyWith
-
Annotation used to indicate that the
copyWithextension should be generated for the given class. - CopyWithField
-
Field related options for the class's
CopyWithannotation.