Dart 3 introduces two new features that can significantly improve your productivity: records and patterns. Records are a new data type that lets you group together multiple values into a single, named object. Patterns are a new way to match and destructure values, making it easier to work with complex data structures.
In this talk, we will explore how records and patterns can be used to write more concise, readable, and maintainable code. We will also look at some of the new features that are available in Dart 3, such as class modifiers and pattern matching on generic types.
By the end of this talk, you will have a good understanding of how records and patterns can be used to improve your productivity when writing Dart code.
Audience:
This talk is intended for developers who are familiar with the Dart programming language. No prior experience with records or patterns is required.