allTrue method

bool allTrue()

Implementation

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