Subtotal constructor
Subtotal({
- ItemType? type,
- SubtotalOpt? option,
- List<
Operation> ? operations, - String? operator,
Implementation
Subtotal({
this.type,
this.option,
this.operations,
this.operator,
});