Post constructor
Post()
Implementation
Post(
this.to,
this.name,
this.summary,
this.sensitive,
this.inReplyTo,
this.content,
this.id,
this.type,
this.published,
this.attributedTo,
this.replies,
this.attachment,
);