toString_ method

void toString_(
  1. Pointer<Utf8> buf,
  2. int cbBuf
)

Implementation

void toString_(
  Pointer<Utf8> buf,
  int cbBuf,
) =>
    _toString_.call(
      this,
      buf,
      cbBuf,
    );