BooleanRule constructor

BooleanRule({
  1. BooleanCondition? condition,
  2. CellFormat? format,
})

Implementation

BooleanRule({
  this.condition,
  this.format,
});