isDisposed property

bool isDisposed
inherited

Check whether the resource is disposed.

Implementation

bool get isDisposed => _ptr == null;