toString_ method

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

Implementation

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