isNumeric method

bool isNumeric()

Implementation

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