Copy with field support
- Updating
analyzer
to>=2.0.0 <4.0.0
- Named constructor support.
- Better error reporting.
- Introduction of the new
copyWith
function with nullability support. The default behaviour of this library assumes that this function is used as follows:myInstance.copyWith.value("newValue")
. The old functionality is still available. - BREAKING
generateCopyWithNull
is renamed tocopyWithNull
.