isNotLikeViaRepost property
bool
get
isNotLikeViaRepost
Returns true if this reason is not likeViaRepost, otherwise false.
Implementation
bool get isNotLikeViaRepost => !isLikeViaRepost;
Returns true if this reason is not likeViaRepost, otherwise false.
bool get isNotLikeViaRepost => !isLikeViaRepost;