isNum property

bool get isNum

Whether this constant represents a numeric value.

Implementation

bool get isNum => this is ConstNum;