isDigit property

bool get isDigit

Implementation

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