Utf16Pointer extension

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

on

Properties

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

Methods

toDartString({int? length}) String
Converts this UTF-16 encoded string to a Dart string.