isNumeric method

bool isNumeric()

Implementation

bool isNumeric() => int.tryParse(this) != null;