cString method

Pointer<Char> cString()

Implementation

ffi.Pointer<ffi.Char> cString() {
  return _lib._objc_msgSend_13(_id, _lib._sel_cString1);
}