RecordReply constructor

RecordReply(
  1. Map map
)

Implementation

RecordReply(Map map)
    : root = map["root"],
      parent = map["parent"];