presentationController property

UIPresentationController$1? get presentationController

presentationController

Implementation

UIPresentationController$1? get presentationController {
  objc.checkOsVersionInternal('UIViewController.presentationController', iOS: (false, (8, 0, 0)));
  final $ret = _objc_msgSend_151sglz(object$.ref.pointer, _sel_presentationController);
  return $ret.address == 0 ? null : UIPresentationController$1.fromPointer($ret, retain: true, release: true);
}