hasSharedMemory property
bool
get
hasSharedMemory
Whether Z_FEATURE_SHARED_MEMORY was compiled into the loaded native.
Implementation
static bool get hasSharedMemory => _bits & _sharedMemory != 0;
Whether Z_FEATURE_SHARED_MEMORY was compiled into the loaded native.
static bool get hasSharedMemory => _bits & _sharedMemory != 0;