isDisposed property

bool get isDisposed
inherited

Check whether the resource is disposed.

Implementation

bool get isDisposed => _ptr == null;