isMention property

bool get isMention

Returns true if this value is mention, otherwise false.

Implementation

bool get isMention => this == KnownNotificationReason.mention;