isLike property

bool get isLike

Returns true if this value is like, otherwise false.

Implementation

bool get isLike => this == KnownNotificationReason.like;