isNotQuote property

bool get isNotQuote

Returns true if this value is not quote, otherwise false.

Implementation

bool get isNotQuote => !isQuote;