checkedRef property

Pointer<Void> checkedRef

Implementation

Pointer<Void> get checkedRef {
  _check(exception);
  return value;
}