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