offset property

int get offset

Implementation

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

Implementation

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