Utf8Pointer extension

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

on

Properties

length int

Available on Pointer<Utf8>, provided by the Utf8Pointer extension

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

Methods

toDartString({int? length}) String

Available on Pointer<Utf8>, provided by the Utf8Pointer extension

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