toInt method

int toInt()

string 转 int

Implementation

int toInt() {
  return int.parse(this);
}