Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 563 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 563 Bytes

Built Values for Dart

Built values are value types for Dart.

They have generated equals, hashCode, toString and builder class.

This provides an easy way to write deeply immutable classes for Dart that behave in a consistent, predicatable way.

See this example for a full project with a build.dart and some example value types.

Features and bugs

Please file feature requests and bugs at the issue tracker.