CommentDraft constructor
Implementation
const CommentDraft({
required this.body,
this.authorName,
this.authorEmail,
this.authorAvatarUrl,
this.parentId,
this.replyToClerkId,
this.replyToAuthorName,
});
const CommentDraft({
required this.body,
this.authorName,
this.authorEmail,
this.authorAvatarUrl,
this.parentId,
this.replyToClerkId,
this.replyToAuthorName,
});