isNotLikeViaRepost property

bool get isNotLikeViaRepost

Returns true if this reason is not likeViaRepost, otherwise false.

Implementation

bool get isNotLikeViaRepost => !isLikeViaRepost;