Utf16Pointer extension

Extension method for converting aPointer<Utf16> to a String.

on

Properties

length int

Available on Pointer<Utf16>, provided by the Utf16Pointer extension

The number of UTF-16 code units in this zero-terminated UTF-16 string.
no setter

Methods

toDartString({int? length}) String

Available on Pointer<Utf16>, provided by the Utf16Pointer extension

Converts this UTF-16 encoded string to a Dart string.