Skip to content

copyWith(...) nullability support

Compare
Choose a tag to compare
@numen31337 numen31337 released this 06 Jan 20:02
· 20 commits to master since this release
  • BREAKING copyWith(...) function now correctly supports nullification of nullable fields like so copyWith(id: null).
  • BREAKING CopyWith annotation for named constructor namedConstructor is renamed to constructor to be in sync with json_serializable.