orStatement property

OrStatement? orStatement
final

A logical rule statement used to combine other rule statements with OR logic. You provide more than one Statement within the OrStatement.

Implementation

final OrStatement? orStatement;