getString method

String getString(
  1. IStatus status
)

Implementation

String getString(IStatus status) {
  final strUtf = _getString(self, status.self);
  status.checkStatus();
  return strUtf.toDartString();
  // we don't free strUtf, because it's a static buffer inside IXpbBuilder
  // (we didn't allocate it)
}