GlobalPointImpl extension

on

Static Methods

fromNative(GlobalPointNative native, {bool takeOwnership = true}) GlobalPoint

Available on GlobalPoint, provided by the GlobalPointImpl extension

fromPointer(Pointer<Void> ptr, {bool needFree = true, bool takeOwnership = true}) GlobalPoint?

Available on GlobalPoint, provided by the GlobalPointImpl extension

toNative(GlobalPoint obj) GlobalPointNative

Available on GlobalPoint, provided by the GlobalPointImpl extension

toPointer(GlobalPoint? val) Pointer<Void>

Available on GlobalPoint, provided by the GlobalPointImpl extension