addressOf property Null safety
Returns the address backing the reference.
Implementation
Pointer<T> get addressOf => _addressOf as Pointer<T>;
Returns the address backing the reference.
Pointer<T> get addressOf => _addressOf as Pointer<T>;