/// Element that can be liked by the user /// /// @author Pierre HUBERT abstract class LikeElement { int get id; bool userLike; int likes; }