menu
h_utils package
documentation
control_flow/conditions.dart
listIsNull<T> function
listIsNull<T> function
dark_mode
light_mode
listIsNull<
T
>
function
bool
listIsNull
<
T
>(
Iterable
<
T
>
x
)
Implementation
bool listIsNull<T>(Iterable<T> x) => isEmpty(x) || x.where((y) => y == null).length == x.length;
h_utils package
documentation
control_flow/conditions
listIsNull<T> function
conditions library