isNumeric property

bool isNumeric

Implementation

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