hasLike property

bool get hasLike

Returns true if like is not null, otherwise false.

Implementation

bool get hasLike => like != null;