isStale method

bool isStale()
inherited

Checks whether dispose has been called at any point during the lifetime of this pointer. This does not guarantee that the backing memory has actually been reclaimed.

Implementation

bool isStale() => FrbOpaqueBase.isStalePtr(_ptr);