isStale method
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);
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.
bool isStale() => FrbOpaqueBase.isStalePtr(_ptr);