See https://pub.dev/packages/quiver instead!
Make your Dart programs null-free with Optional.
NOTE: a more proper way to build null-free programs in imperative languages is via non-nullable types. If NNBD DEP lands in Dart this package will become obsolete.
Optional
represents a value that might be absent; it is used as an alternative
to null
.