ref property Null safety

T ref

Creates a reference to access the fields of this struct backed by native memory at address.

The address must be aligned according to the struct alignment rules of the platform.

Support for invoking this extension method with non-constant T will be removed in the next stable version of Dart and it will become mandatory to invoke it with a compile-time constant T.

Implementation

external T get ref;