getOwner method

String getOwner(
  1. IStatus status,
  2. int index
)

Implementation

String getOwner(IStatus status, int index) {
  final res = _getOwner(self, status.self, index);
  status.checkStatus();
  return res.toDartString(); // we don't free res, it's a static buffer
}