getBigInt method

int getBigInt(
  1. IStatus status
)

Implementation

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