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