isNotInteractionQuote property

bool get isNotInteractionQuote

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

Implementation

bool get isNotInteractionQuote => !isInteractionQuote;