addressOf property

Pointer<T> addressOf

Returns the address backing the reference.

Implementation

Pointer<T> get addressOf => _addressOf as Pointer<T>;