Navaron Bracke
Committed by GitHub

Merge pull request #825 from juliansteenbakker/navaronbracke-patch-1

fix: Remove redundant breaking change notice for Map<Object?, Object?> change
## NEXT
Breaking changes:
* The internal `fromNative()` methods now accept a `Map<Object?, Object?>` instead of `Map<dynamic, dynamic>`.
Improvements:
* The `type` of an `Address` is now non-null.
* The `type` of an `Email` is now non-null.
... ...