apply method

SelectData apply({
  1. dynamic offset,
})

Implementation

SelectData apply({offset}) {
  this.offset = offset;
  return this;
}