new$ static method

UIColor new$()

new

Implementation

static UIColor new$() {
  final _ret = _objc_msgSend_151sglz(_class_UIColor, _sel_new);
  return UIColor.castFromPointer(_ret, retain: false, release: true);
}