descriptionWithLocale_indent_ method

NSString descriptionWithLocale_indent_(
  1. NSObject? locale,
  2. int level
)

Implementation

NSString descriptionWithLocale_indent_(NSObject? locale, int level) {
  final _ret = _lib._objc_msgSend_70(
      _id,
      _lib._sel_descriptionWithLocale_indent_1,
      locale?._id ?? ffi.nullptr,
      level);
  return NSString._(_ret, _lib, retain: true, release: true);
}