anyTrue method

bool anyTrue()

Implementation

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