toInt method

int toInt()

结果转至 int

Implementation

int toInt() {
  return int.parse(_total.toString());
}