setLimit method

void setLimit(
  1. int limit
)

Implementation

void setLimit(int limit) {
  this.limit = limit;
}