isQuote property

bool get isQuote

Returns true if this value is quote, otherwise false.

Implementation

bool get isQuote => this == KnownNotificationReason.quote;