ManeuverStyleImpl extension

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

Static Methods

fromNative(ManeuverStyleNative native) ManeuverStyle

Available on ManeuverStyle, provided by the ManeuverStyleImpl extension

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

Available on ManeuverStyle, provided by the ManeuverStyleImpl extension

toNative(ManeuverStyle obj) → ManeuverStyleNative

Available on ManeuverStyle, provided by the ManeuverStyleImpl extension

toPointer(ManeuverStyle? val) Pointer<Void>

Available on ManeuverStyle, provided by the ManeuverStyleImpl extension