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