offset method

int offset()

Implementation

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