Utf16Pointer extension
Extension method for converting aPointer<Utf16>
to a String.
Properties
- length → int
-
Available on Pointer<
The number of UTF-16 code units in this zero-terminated UTF-16 string.Utf16> , provided by the Utf16Pointer extensionno setter
Methods
-
toDartString(
{int? length}) → String -
Available on Pointer<
Converts this UTF-16 encoded string to a Dart string.Utf16> , provided by the Utf16Pointer extension