isNotLike property

bool get isNotLike

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

Implementation

bool get isNotLike => !isLike;