ProfileViewBasic constructor
      
      ProfileViewBasic(
    
    
- Map map
Implementation
ProfileViewBasic(Map map)
    : did = map["did"],
      handle = map["handle"],
      displayName = map["displayName"],
      avatar = map["avatar"],
      viewer = ProfileViewer(map["viewer"]),
      labels = map["labels"];