NSTimeZone.castFrom constructor

NSTimeZone.castFrom(
  1. ObjCObjectBase other
)

Constructs a NSTimeZone that points to the same underlying object as other.

Implementation

NSTimeZone.castFrom(objc.ObjCObjectBase other)
    : this._(other.pointer, retain: true, release: true);