PointImpl extension

on
Annotations
  • @ContainerData(toNative: 'PointImpl.toPointer', toPlatform: '(val) => PointImpl.fromPointer(val, needFree: false)', platformType: 'Point')

Static Methods

fromNative(PointNative native) Point
fromPointer(Pointer<Void> ptr, {bool needFree = true}) Point?
toNative(Point obj) → PointNative
toPointer(Point? val) Pointer<Void>