isInt property
bool
get
isInt
Whether this constant represents an integer value.
Implementation
bool get isInt => this is ConstInt;
Whether this constant represents an integer value.
bool get isInt => this is ConstInt;