EMContact constructor

EMContact(
  1. Map map
)

Implementation

EMContact(Map map)
    : userId = map["userId"],
      remark = map["remark"];