total method

int total()

Implementation

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