Store constructor

Store(
  1. StoreHandle handle,
  2. String uri
)

Constructs an instance of Store.

Implementation

Store(this.handle, this.uri);