anyNull method

bool anyNull()

Implementation

bool anyNull() {
  return any((element) => element == null);
}