XYPointImpl extension

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

Static Methods

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