hasNotLike property

bool get hasNotLike

Returns true if like is null, otherwise false.

Implementation

bool get hasNotLike => !hasLike;