getPurpleColor static method

UIColor getPurpleColor()

purpleColor

Implementation

static UIColor getPurpleColor() {
  objc.checkOsVersionInternal('UIColor.purpleColor', iOS: (false, (2, 0, 0)));
  final _ret = _objc_msgSend_151sglz(_class_UIColor, _sel_purpleColor);
  return UIColor.castFromPointer(_ret, retain: true, release: true);
}