ProfileViewBasic constructor

ProfileViewBasic(
  1. 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"];