Comment constructor
Comment({
- String? anchor,
- String? assigneeEmailAddress,
- User? author,
- String? content,
- DateTime? createdTime,
- bool? deleted,
- String? htmlContent,
- String? id,
- String? kind,
- List<
String> ? mentionedEmailAddresses, - DateTime? modifiedTime,
- CommentQuotedFileContent? quotedFileContent,
- List<
Reply> ? replies, - bool? resolved,
Implementation
Comment({
this.anchor,
this.assigneeEmailAddress,
this.author,
this.content,
this.createdTime,
this.deleted,
this.htmlContent,
this.id,
this.kind,
this.mentionedEmailAddresses,
this.modifiedTime,
this.quotedFileContent,
this.replies,
this.resolved,
});