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