offset property

int offset

Implementation

int get offset => js_util.getProperty(this, 'offset');
void offset=(int newValue)

Implementation

set offset(int newValue) {
  js_util.setProperty(this, 'offset', newValue);
}