setGrandTotal method

dynamic setGrandTotal(
  1. double value
)

Implementation

setGrandTotal(double value) {
  _grandTotal = value;
}