ManeuverStyleImpl extension

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

Static Methods

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