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

Latest commit

 

History

History
22 lines (14 loc) · 812 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 812 Bytes

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.