ProfileViewer constructor

ProfileViewer(
  1. Map map
)

Implementation

ProfileViewer(Map map)
    : muted = map["muted"],
      blockedBy = map["blockedBy"],
      blocking = map["blocking"],
      following = map["following"],
      followedBy = map["followedBy"];