toLogString method
Implementation
String toLogString() {
String res = "groupName: $groupName|newGroupName: $newGroupName|addUserIDList: $addUserIDList|deleteUserIDList: $deleteUserIDList";
return res;
}
String toLogString() {
String res = "groupName: $groupName|newGroupName: $newGroupName|addUserIDList: $addUserIDList|deleteUserIDList: $deleteUserIDList";
return res;
}