asbool_helper library
A simple tool to convert a dart object, including null, in
a bool (true|false), quite similar to how works the
double NOT operator !! in Javascript and Typescript.
This lib can be used like a helper method (asBool(value)).
Classes
- BoolHelper
-
Helper class with a single method to convert a
dynamicobject to abool