DirectionImpl extension

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

Static Methods

fromNative(DirectionNative native) Direction

Available on Direction, provided by the DirectionImpl extension

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

Available on Direction, provided by the DirectionImpl extension

toNative(Direction obj) → DirectionNative

Available on Direction, provided by the DirectionImpl extension

toPointer(Direction? val) Pointer<Void>

Available on Direction, provided by the DirectionImpl extension