pointer property

Pointer<T> get pointer

Implementation

Pointer<T> get pointer {
  return Pointer<T>.fromAddress(pointerAddress);
}