imageWithData_ static method
imageWithData:
Implementation
static UIImage? imageWithData_(objc.NSData data) {
final _ret = _objc_msgSend_62nh5j(_class_UIImage, _sel_imageWithData_, data.ref.pointer);
return _ret.address == 0 ? null : UIImage.castFromPointer(_ret, retain: true, release: true);
}