isNum property

bool get isNum

Implementation

bool get isNum => num.tryParse(this) is num;