Viewer constructor

Viewer(
  1. Map map
)

Implementation

Viewer(Map map)
    : repost = map["repost"],
      like = map["like"];