getMemberMap method

Map<String, TPMember> getMemberMap()

Implementation

Map<String, TPMember> getMemberMap() {
  return mUserMap;
}