getBlocked method

List<String> getBlocked()

Implementation

List<String> getBlocked() {
  return blockedMembers;
}