isNum property

bool isNum

Whether this value is a num.

Implementation

bool get isNum => num.tryParse(value) != null;