Thread constructor
Thread(
- Map map
Implementation
Thread(Map map)
: type = map["\$type"],
post = Post(map["post"]),
parentMap = map["parent"],
replyList = map["replies"];
Thread(Map map)
: type = map["\$type"],
post = Post(map["post"]),
parentMap = map["parent"],
replyList = map["replies"];