percentAdd method

double percentAdd(
  1. double percent
)

Implementation

double percentAdd(double percent) {
  return this + this.percent(percent);
}