getState method

int getState(
  1. IStatus status,
  2. int pos
)

Implementation

int getState(IStatus status, int pos) {
  final res = _getState(self, status.self, pos);
  status.checkStatus();
  return res;
}