Find offset(int val) { if (_offset != null) throw Exception('Cant use more than one offset!'); _offset = val; return this; }