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