Skip to content

Copy with field support

Compare
Choose a tag to compare
@numen31337 numen31337 released this 22 Dec 21:54
· 19 commits to master since this release
36118fd
  • 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 to copyWithNull.