Utf8Pointer extension

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

on

Properties

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

Methods

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