isNumeric property

bool get isNumeric

Implementation

bool get isNumeric => num.tryParse(this) != null ? true : false;