MLNOfflineStorage.castFrom constructor
MLNOfflineStorage.castFrom(
- ObjCObjectBase other
Constructs a MLNOfflineStorage that points to the same underlying object as other.
Implementation
MLNOfflineStorage.castFrom(objc.ObjCObjectBase other) :
this._(other.ref.pointer, retain: true, release: true);