anyFalse method

bool anyFalse()

Implementation

bool anyFalse() => this?.any((x) => !x) ?? false;