isQuoted property

bool isQuoted

Whether this is a quoted style (SINGLE_QUOTED or DOUBLE_QUOTED).

Implementation

bool get isQuoted => this == SINGLE_QUOTED || this == DOUBLE_QUOTED;