lowercaseStringWithLocale_ method

NSString lowercaseStringWithLocale_(
  1. NSLocale? locale
)

Implementation

NSString lowercaseStringWithLocale_(NSLocale? locale) {
  final _ret = _lib._objc_msgSend_348(
      _id, _lib._sel_lowercaseStringWithLocale_1, locale?._id ?? ffi.nullptr);
  return NSString._(_ret, _lib, retain: true, release: true);
}