NiceComment constructor
Implementation
const NiceComment({
required this.id,
required this.author,
required this.content,
required this.createdAt,
this.authorAvatar,
this.parentId,
this.likes = 0,
this.isLiked = false,
this.children = const [],
});