Utf8Pointer extension Null safety

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

Methods

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