limit method

int limit()

Implementation

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