sets the from property that is helpful to implement pagination
from
void setFrom(int from, {Options options}) { final prev = this.from; this.from = from; this._applyOptions(options, 'from', prev, this.from); }