offset method

int offset()

Implementation

int offset() {
  try {
    var data = this['offset'];
    return data;
  } catch (exception) {
    return -1;
  }
}