alloc static method

NSTimeZone alloc()

alloc

Implementation

static NSTimeZone alloc() {
  final _ret = _objc_msgSend_11(_class_NSTimeZone, _sel_alloc);
  return NSTimeZone.castFromPointer(_ret, retain: false, release: true);
}