EMContact.fromJson constructor

EMContact.fromJson(
  1. Map map
)

Implementation

factory EMContact.fromJson(Map map) {
  return EMContact._private().._userInfo = EMUserInfo.fromJson(map);
}