AuthorDetails constructor

AuthorDetails({
  1. String? name,
  2. String? username,
  3. String? avatarPath,
  4. dynamic rating,
})

Implementation

AuthorDetails({this.name, this.username, this.avatarPath, this.rating});