isSingleQuoted property

bool get isSingleQuoted

Whether this string literal uses single quotes (' or ''').

If false is returned then the string literal uses double quotes (" or """).

Implementation

bool get isSingleQuoted;