increment method
void
increment()
Increments the reference count.
Implementation
void increment() {
_checkDisposed();
_refCount.value++;
}
Increments the reference count.
void increment() {
_checkDisposed();
_refCount.value++;
}