getLength method

int getLength(
  1. IStatus status
)

Implementation

int getLength(IStatus status) {
  final res = _getLength(self, status.self);
  status.checkStatus();
  return res;
}