FollowersResponse constructor
FollowersResponse(
- Map body
Implementation
FollowersResponse(Map body)
: subject = ProfileView(body["subject"]),
graph = Graph(actors(body["followers"]), body["cursor"]);