ReviewReplyResult constructor

ReviewReplyResult({
  1. Timestamp? lastEdited,
  2. String? replyText,
})

Implementation

ReviewReplyResult({
  this.lastEdited,
  this.replyText,
});