new$ static method

new

Implementation

static UIProgressView new$() {
  final $ret = _objc_msgSend_151sglz(_class_UIProgressView, _sel_new);
  return UIProgressView.fromPointer($ret, retain: false, release: true);
}