setLimit method

void setLimit(
  1. int value
)

---------- LIMIT ----------

Implementation

void setLimit(int value) {
  limitValue = value;
}