isNum property
bool
get
isNum
Whether this constant represents a numeric value.
Implementation
bool get isNum => this is ConstNum;
Whether this constant represents a numeric value.
bool get isNum => this is ConstNum;