enumeratorAtPath_ method

NSObject? enumeratorAtPath_(
  1. NSString path
)

Implementation

NSObject? enumeratorAtPath_(NSString path) {
  final _ret =
      _lib._objc_msgSend_38(_id, _lib._sel_enumeratorAtPath_1, path._id);
  return _ret.address == 0
      ? null
      : NSObject._(_ret, _lib, retain: true, release: true);
}