copyWith(...) nullability support
- BREAKING
copyWith(...)
function now correctly supports nullification of nullable fields like socopyWith(id: null)
. - BREAKING
CopyWith
annotation for named constructornamedConstructor
is renamed toconstructor
to be in sync with json_serializable.