ndBindableIsDisposed method

bool ndBindableIsDisposed()

Implementation

bool ndBindableIsDisposed() {
  return _handle.value == null;
}