orthography property

NSOrthography? get orthography

Implementation

NSOrthography? get orthography {
  final _ret = _lib._objc_msgSend_933(_id, _lib._sel_orthography1);
  return _ret.address == 0
      ? null
      : NSOrthography._(_ret, _lib, retain: true, release: true);
}