ServiceSet<D extends Object, P extends Object> constructor

const ServiceSet<D extends Object, P extends Object>(
  1. CacheService<D, P> cache,
  2. NetService<D, P> net
)

Creates a service set given cache and net services

Implementation

const factory ServiceSet(CacheService<D, P> cache, NetService<D, P> net) = _ServiceSetImpl;