addressOf property Null safety

Pointer<T> addressOf
@Deprecated('Hold on to the pointer backing a struct instead.')

Returns the address backing the reference.

Implementation

@Deprecated('Hold on to the pointer backing a struct instead.')
Pointer<T> get addressOf => _addressOf as Pointer<T>;