ProfileViewDetailed constructor

ProfileViewDetailed(
  1. Map map
)

Implementation

ProfileViewDetailed(Map map)
    : banner = map["banner"],
      followersCount = (map["followersCount"]),
      followsCount = (map["followsCount"]),
      postsCount = (map["postsCount"]),
      super(map);