fileOwnerAccountID method

NSNumber? fileOwnerAccountID()

Implementation

NSNumber? fileOwnerAccountID() {
  final _ret = _lib._objc_msgSend_214(_id, _lib._sel_fileOwnerAccountID1);
  return _ret.address == 0
      ? null
      : NSNumber._(_ret, _lib, retain: true, release: true);
}