Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

googlearchive/quiver_optional

Repository files navigation

DEPRECATED

See https://pub.dev/packages/quiver instead!

Quiver Optional

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.

Build Status Coverage Status

Documentation

API Docs

Optional represents a value that might be absent; it is used as an alternative to null.