hasLike property
bool
get
hasLike
Returns true if like
is not null, otherwise false.
Implementation
bool get hasLike => like != null;
Returns true if like
is not null, otherwise false.
bool get hasLike => like != null;