setTax method

void setTax(
  1. double tax
)

Implementation

void setTax(double tax) {
    this.tax = "${tax}0";
}