isRequired property

  1. @override
bool isRequired
final

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

@override
final bool isRequired;