notStatement property

NotStatement? notStatement
final

A logical rule statement used to negate the results of another rule statement. You provide one Statement within the NotStatement.

Implementation

final NotStatement? notStatement;