offsetBy method
Add OFFSET
Implementation
SimpleSelectStatement<TTable, TModel> offsetBy(int count) {
return this..limit(count, offset: count);
}
Add OFFSET
SimpleSelectStatement<TTable, TModel> offsetBy(int count) {
return this..limit(count, offset: count);
}