toCharPointer method

Pointer<Char> toCharPointer()

Return a char pointer.

Implementation

Pointer<Char> toCharPointer() => toNativeUtf8().cast<Char>();