isRequired property

bool isRequired

Whether the condition(s) must evaluate to true. Defaults true.

For example, true would translate to AND in SQL instead of OR. Some Providers may ignore this field.

Implementation

bool get isRequired;