ptr property

Pointer<Utf16> ptr
final

A pointer to the start of the string itself.

The string is null terminated with a two-byte value (0x0000).

Implementation

final Pointer<Utf16> ptr;