interfaceOrientation property
UIInterfaceOrientation
get
interfaceOrientation
interfaceOrientation
Implementation
UIInterfaceOrientation get interfaceOrientation {
final _$$ref = object$.ref;
final $ret = _objc_msgSend_14s25dk(_$$ref.pointer, _sel_interfaceOrientation);
return UIInterfaceOrientation.fromValue($ret);
}