toInt method

int toInt()

Gets the total points.

Implementation

int toInt() {
  return total;
}