dataclass 0.2.0 copy "dataclass: ^0.2.0" to clipboard
dataclass: ^0.2.0 copied to clipboard

discontinuedreplaced by: freezed
outdated

DataClass annotation for dataclass_generator. Used for generating base class with equals, hashCode, toString, copyWith methods.

[0.2.0] - 2019/12/25 #

  • enable usage of generic types, eg. Product<T>
  • BREAKING CHANGE: change generated class name from _Class to _$Class
  • move example to dataclass package directory

[0.1.0+1] - 2019/12/22 #

  • update README - badges

[0.1.0] - 2019/12/22 #

  • @DataClass() annotation used by dataclass_generator
  • mapPropsToHashCode from equatable package used by hashCode getter
20
likes
0
pub points
33%
popularity

Publisher

unverified uploader

DataClass annotation for dataclass_generator. Used for generating base class with equals, hashCode, toString, copyWith methods.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on dataclass