userProfile2DartFriendInfo static method
V2TimFriendInfo
userProfile2DartFriendInfo(
- dynamic jsonInfo
Implementation
static V2TimFriendInfo userProfile2DartFriendInfo(jsonInfo) {
return V2TimFriendInfo.fromJson({
"userID": jsonInfo["user_profile_identifier"],
"friendCustomInfo": convert2DartMap(jsonInfo["user_profile_custom_string_array"], "user_profile_custom_string_info_key", "user_profile_custom_string_info_value"),
"userProfile": userProfile2DartUserFullInfo(jsonInfo).toJson(),
});
}