descriptionWithCalendarFormat_locale_ method

NSString descriptionWithCalendarFormat_locale_(
  1. NSString format,
  2. NSObject? locale
)

Implementation

NSString descriptionWithCalendarFormat_locale_(
    NSString format, NSObject? locale) {
  final _ret = _lib._objc_msgSend_207(
      _id,
      _lib._sel_descriptionWithCalendarFormat_locale_1,
      format._id,
      locale?._id ?? ffi.nullptr);
  return NSString._(_ret, _lib, retain: true, release: true);
}