isQuoted property
bool
get
isQuoted
Whether this is a quoted style (SINGLE_QUOTED or DOUBLE_QUOTED).
Implementation
bool get isQuoted => this == SINGLE_QUOTED || this == DOUBLE_QUOTED;
Whether this is a quoted style (SINGLE_QUOTED or DOUBLE_QUOTED).
bool get isQuoted => this == SINGLE_QUOTED || this == DOUBLE_QUOTED;