ndbindableIsDisposed method

bool ndbindableIsDisposed()

Implementation

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