CharPointerExtension extension
Properties
- length → int
-
Available on Pointer<
The number of UTF-8 code units in this zero-terminated UTF-8 string.Char> , provided by the CharPointerExtension extensionno setter
Methods
-
asDartString(
{int? length, Encoding? encoding}) → String -
Available on Pointer<
Converts this UTF-8 encoded string to a Dart string.Char> , provided by the CharPointerExtension extension