RestStore constructor

RestStore(
  1. AbstractPool pool
)

Implementation

RestStore(this.pool) {
  userTools = UserTools();
}