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