hasSharedMemory property

bool get hasSharedMemory

Whether Z_FEATURE_SHARED_MEMORY was compiled into the loaded native.

Implementation

static bool get hasSharedMemory => _bits & _sharedMemory != 0;