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

Latest commit

 

History

History
25 lines (15 loc) · 830 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 830 Bytes

DEPRECATED

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

Quiver Check

Argument, state and other invariant checks for your programs.

Build Status Coverage Status

Documentation

API Docs

checkArgument throws ArgumentError if the specified argument check expression is false.

checkListIndex throws RangeError if the specified index is out of bounds.

checkNotNull throws ArgumentError if the specified argument is null.

checkState throws StateError if the specified state check expression is false.