FollowersResponse constructor

FollowersResponse(
  1. Map body
)

Implementation

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