new1 static method

NSTimeZone new1()

new

Implementation

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