Account constructor

Account(
  1. Client client
)

Implementation

Account(Client client) : super(client);