BooleanRule constructor
BooleanRule({
- BooleanCondition? condition,
- CellFormat? format,
Implementation
BooleanRule({this.condition, this.format});
BooleanRule({this.condition, this.format});