allFalse method

bool allFalse()

Implementation

bool allFalse() => this?.every((x) => !x) ?? false;