isInt property

bool get isInt

Whether this constant represents an integer value.

Implementation

bool get isInt => this is ConstInt;