offset method

LQB offset(
  1. int count
)

Implementation

LQB offset(int count) {
  this._offset = count;
  return this;
}