getLength method

int getLength(
  1. IStatus status,
  2. int index
)

Implementation

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