ReviewAuthor constructor

ReviewAuthor({
  1. String? displayName,
})

Implementation

ReviewAuthor({
  this.displayName,
});