getInt method

int getInt(
  1. IStatus status
)

Implementation

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