getUsers method

  1. @Method.new()
List<User> getUsers()

Implementation

@Method()
List<User> getUsers() {
  return users;
}