alloc static method

NSLocale alloc()
override

alloc

Implementation

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