tryToInt method

int? tryToInt()

Try convert int to double

Implementation

int? tryToInt() => int.tryParse(this);