isDigit property

bool isDigit

Implementation

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