dart_sealed version 1.5.0
- Removed support for super_enum API
- Removed support for non null-safe projects
- Removed whenOrThrow, whenOrNull and whenOrDefault
- Removed wrapping functionality (#1)
- Rename whenOrElse to maybeWhen (#1)
- Rename whenPartial to partialWhen (#1)
- Refactor partialWhen implementation
- Added map, maybeMap and partialMap methods (#1)