statements property

List<Statement> statements
final

The statements to combine with OR logic. You can use any statements that can be nested.

Implementation

final List<Statement> statements;