isSingleQuoted property

bool get isSingleQuoted

Return true if this string literal uses single quotes (' or '''), or false if this string literal uses double quotes (" or """).

Implementation

bool get isSingleQuoted;