CommentAuthor constructor
CommentAuthor({
- String? displayName,
- String? id,
- CommentAuthorImage? image,
- String? url,
Implementation
CommentAuthor({this.displayName, this.id, this.image, this.url});