2.0.0 - nullsafe version
- Stable null safety release.
- BREAKING CHANGE:
Projection('key')
syntax is no longer available since factory constructors cannot return null value useProjection.get('key')
instead.
Projection('key')
syntax is no longer available since factory constructors cannot return null value use Projection.get('key')
instead.