PositionImpl extension

on

Static Methods

fromNative(PositionNative native, {bool takeOwnership = true}) Position

Available on Position, provided by the PositionImpl extension

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

Available on Position, provided by the PositionImpl extension

toNative(Position obj) PositionNative

Available on Position, provided by the PositionImpl extension

toPointer(Position? val) Pointer<Void>

Available on Position, provided by the PositionImpl extension