isNotMostLikes property

bool get isNotMostLikes

Returns true if this value is not mostLikes, otherwise false.

Implementation

bool get isNotMostLikes => !isMostLikes;