getUserList method

List<AmityUser> getUserList()

Implementation

List<AmityUser> getUserList() {
  return _userList;
}