NSDate.castFrom constructor

NSDate.castFrom(
  1. ObjCObjectBase other
)

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

Implementation

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