isReply property

bool get isReply

Returns true if this value is reply, otherwise false.

Implementation

bool get isReply => this == KnownNotificationReason.reply;