Reply constructor

const Reply({
  1. @replyPostConverter required ReplyPost root,
  2. @replyPostConverter required ReplyPost parent,
  3. ActorBasic? grandparentAuthor,
})

Implementation

const factory Reply({
  @replyPostConverter required ReplyPost root,
  @replyPostConverter required ReplyPost parent,
  ActorBasic? grandparentAuthor,
}) = _Reply;