toLogString method
Implementation
String toLogString() {
String res = "resultInfo:$resultInfo|followersCount:$followersCount|resultCode:$resultCode|userID:$userID|mutualFollowersCount:$mutualFollowersCount|followingCount:$followingCount";
return res;
}