v0.0.0-dev.7
版本发布时间: 2024-05-18 10:56:31
felangel/data_class最新发布版本:v0.1.0(2024-09-25 12:39:02)
- feat: add
@Constructable
macro (const
constructor) - feat: add
@Equatable
macro (operator==
andhashCode
) - feat: add
@Stringable
macro (toString
) - feat: add
@Copyable
macro (copyWith
) - feat: make nullable fields optional constructor params
- feat: throw if a default constructor already exists