ManoeuvreImpl extension

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

Static Methods

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