alloc static method
alloc
Implementation
static NSLocale alloc() {
final $ret = _objc_msgSend_151sglz(_class_NSLocale, _sel_alloc);
return NSLocale.fromPointer($ret, retain: false, release: true);
}
alloc
static NSLocale alloc() {
final $ret = _objc_msgSend_151sglz(_class_NSLocale, _sel_alloc);
return NSLocale.fromPointer($ret, retain: false, release: true);
}