control_flow/conditions library
Functions
-
isBlank(
String x) → bool -
isEmpty<
T> (Iterable< T> x) → bool -
isEmptyString(
String x) → bool -
isNull(
Object x) → bool -
isZero(
int x) → bool -
listIsEmpty<
T> (Iterable< T> x) → bool -
listIsNull<
T> (Iterable< T> x) → bool -
listNotEmpty<
T> (Iterable< T> x) → bool -
listNotNull<
T> (List< T> x) → bool -
mapIsNull<
A, B> (Map< A, B> x) → bool -
notBlank(
String x) → bool -
notEmpty<
T> (Iterable< T> x) → bool -
notNegative(
int x) → bool -
notNull(
dynamic x) → bool -
notZero(
int x) → bool