Repository constructor

Repository(
  1. Client client,
  2. RepositoryHandle handle
)

Implementation

Repository(this.client, this.handle);