isRequired property
bool
get
isRequired
Whether the condition(s) must evaluate to true. Defaults true
.
For example, true
would translate to AND
in SQL instead of OR
.
Some Provider
s may ignore this field.
Implementation
bool get isRequired;