increase method

void increase(
  1. String text
)

Implementation

void increase(String text) {
  value += text;
}