charPtr property
Converts the content type to a Pointer<Char>.
Implementation
Pointer<Char> get charPtr =>
value.toNativeUtf8(allocator: allocate) as Pointer<Char>;
Converts the content type to a Pointer<Char>.
Pointer<Char> get charPtr =>
value.toNativeUtf8(allocator: allocate) as Pointer<Char>;