CommentMetadata constructor
CommentMetadata({
- String? commentId,
- CommentStatusType? commentStatus,
- User? contributor,
- DateTime? createdTimestamp,
- String? recipientId,
Implementation
CommentMetadata({
this.commentId,
this.commentStatus,
this.contributor,
this.createdTimestamp,
this.recipientId,
});