totalUnitCount property

int get totalUnitCount

totalUnitCount

Implementation

int get totalUnitCount {
  objc.checkOsVersionInternal(
    'NSProgress.totalUnitCount',
    iOS: (false, (7, 0, 0)),
    macOS: (false, (10, 9, 0)),
  );
  return _objc_msgSend_pysgoz(object$.ref.pointer, _sel_totalUnitCount);
}
set totalUnitCount (int value)

setTotalUnitCount:

Implementation

set totalUnitCount(int value) {
  objc.checkOsVersionInternal(
    'NSProgress.setTotalUnitCount:',
    iOS: (false, (7, 0, 0)),
    macOS: (false, (10, 9, 0)),
  );
  _objc_msgSend_17gvxvj(object$.ref.pointer, _sel_setTotalUnitCount_, value);
}