Returns an immutable instance of [Comment].
public Comment build()Returns an immutable instance of [Comment]. Further updates to this [Builder] will not mutate the returned instance. The following fields are required:
.id()
.commentOn()
.content()
.createdAt()
.numLikes()
.numSubComments()
.updatedAt()
IllegalStateException: if any required field is unset.