isDouble property
bool
get
isDouble
Whether this constant represents a double value.
Implementation
bool get isDouble => this is ConstDouble;
Whether this constant represents a double value.
bool get isDouble => this is ConstDouble;