toInt method

int toInt()

Convert int to double

Implementation

int toInt() => int.parse(this);