isString property
bool
get
isString
Whether this constant represents a string value.
Implementation
bool get isString => this is ConstString;
Whether this constant represents a string value.
bool get isString => this is ConstString;