earlierDate_ method

NSDate earlierDate_(
  1. NSDate anotherDate
)

Implementation

NSDate earlierDate_(NSDate anotherDate) {
  final _ret =
      _lib._objc_msgSend_167(_id, _lib._sel_earlierDate_1, anotherDate._id);
  return NSDate._(_ret, _lib, retain: true, release: true);
}