isMostLikes property

bool get isMostLikes

Returns true if this value is mostLikes, otherwise false.

Implementation

bool get isMostLikes => this == KnownThreadViewPrefSort.mostLikes;