increaseGets abstract method

void increaseGets(
  1. {int number}
)
inherited

Increases the counter by the number specified.

  • number: the number to increase the counter by

Implementation

void increaseGets({int number});