andStatement property

AndStatement? andStatement
final

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

Implementation

final AndStatement? andStatement;