MLNOfflineStorageDelegate.castFromPointer constructor
MLNOfflineStorageDelegate.castFromPointer(})
Constructs a MLNOfflineStorageDelegate that wraps the given raw object pointer.
Implementation
MLNOfflineStorageDelegate.castFromPointer(ffi.Pointer<objc.ObjCObject> other,
{bool retain = false, bool release = false}) :
this._(other, retain: retain, release: release);