ServiceSet<D extends Object, P extends Object> class abstract

Service-set - a set of net and cache services D Data type P Params that identify data type

Constructors

ServiceSet(CacheService<D, P> cache, NetService<D, P> net)
Creates a service set given cache and net services
const
factory

Properties

cache CacheService<D, P>
Cache service
final
hashCode int
The hash code for this object.
no setterinherited
net NetService<D, P>
Net service
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited