configs/value_utils library
Properties
- checkThrowException ↔ bool
-
Don't throw exception yet. will be done in the future.
getter/setter pair
Functions
-
checkNonNullValue(
dynamic value) → void - Check the value is valid. test for non null only;
-
checkRawArgs(
List? args) → void - Check whether the args are valid in raw statement. null is supported here
-
checkWhereArgs(
List? args) → void - Check whether the where args are valid. null is not supported here.