Returns a mutable builder for constructing an instance of [Comment].
public Unit builder()Returns a mutable builder for constructing an instance of [Comment]. The following fields are required:
.id()
.commentOn()
.content()
.createdAt()
.numLikes()
.numSubComments()
.updatedAt()