effectiveUserInterfaceLayoutDirection property

UIUserInterfaceLayoutDirection get effectiveUserInterfaceLayoutDirection

effectiveUserInterfaceLayoutDirection

Implementation

UIUserInterfaceLayoutDirection get effectiveUserInterfaceLayoutDirection {
  final _$$ref = object$.ref;
  objc.checkOsVersionInternal('UIView.effectiveUserInterfaceLayoutDirection', iOS: (false, (10, 0, 0)));
  final $ret = _objc_msgSend_qj4fey(_$$ref.pointer, _sel_effectiveUserInterfaceLayoutDirection);
  return UIUserInterfaceLayoutDirection.fromValue($ret);
}