isString property

bool get isString

Whether this constant represents a string value.

Implementation

bool get isString => this is ConstString;