increment method

void increment()

Increments the reference count.

Implementation

void increment() {
  _checkDisposed();
  _refCount.value++;
}