getObject method

Pointer<Void> getObject()

Implementation

Pointer<Void> getObject() {
  throwIfPresent();
  checkValueType(typeObject);
  return data._object;
}