BooleanPropertyOptions constructor

BooleanPropertyOptions({
  1. BooleanOperatorOptions? operatorOptions,
})

Implementation

BooleanPropertyOptions({
  this.operatorOptions,
});