v6.0.0
Changed
- Now requires Dart SDK version 3 or higher.
- BREAKING CHANGE: Both
OptionandResultare nowsealedclasses
which allows for the use of exhaustive pattern matching. - feelsantiago: introduced the
sealedclass change toOptionandResult.