setTotal method

Paginator setTotal(
  1. int value
)

Implementation

Paginator setTotal(int value) {
  this._total = value;
  return this;
}