utils/functions/functions library
Functions
-
assertNullableString(
{dynamic value, bool allowNullable = false}) → void -
Asserts that the given
value
is a String, and optionally allows null if specified. -
assertNumeric(
{dynamic value, bool allowNullable = false}) → void