isNumeric method

bool isNumeric()

Implementation

bool isNumeric() => (int.tryParse(this ?? "") ?? 10000) != 10000;