quiver_check 1.0.0 copy "quiver_check: ^1.0.0" to clipboard
quiver_check: ^1.0.0 copied to clipboard

discontinuedreplaced by: quiver
Dart 1 only

Argument, state and other invariant checks for your programs

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.

0
likes
25
pub points
4%
popularity

Publisher

unverified uploader

Argument, state and other invariant checks for your programs

Repository (GitHub)
View/report issues
Contributing

License

Apache-2.0 (LICENSE)

More

Packages that depend on quiver_check