v6.0.0
Changed
- Now requires Dart SDK version 3 or higher.
- BREAKING CHANGE: Both
Option
andResult
are nowsealed
classes
which allows for the use of exhaustive pattern matching. - feelsantiago: introduced the
sealed
class change toOption
andResult
.