Utf16Pointer extension Null safety

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.
read-only

Methods

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