toInt method

int toInt()

Implementation

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