DirectionImpl extension

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

Static Methods

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