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