getType method

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

Implementation

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