AuthorPart constructor

AuthorPart({
  1. Key? author,
  2. Key? type,
})

Implementation

AuthorPart({this.author, this.type});