SharedMap<K, V>.notShared constructor

SharedMap<K, V>.notShared()

Creates a SharedMap that can NOT be shared. Useful for tests or to have a version that disables the share capabilities.

Implementation

factory SharedMap.notShared() => NotSharedMap();