ProfileViews constructor

ProfileViews(
  1. Map body
)

Implementation

ProfileViews(Map body)
    : cursor = body["cursor"],
      actorList = body["actors"];