PolygonManeuverStyleImpl extension
- @ContainerData(toNative: 'PolygonManeuverStyleImpl.toPointer', toPlatform: '(val) => PolygonManeuverStyleImpl.fromPointer(val, needFree: false)', platformType: 'PolygonManeuverStyle')
Static Methods
-
fromNative(
PolygonManeuverStyleNative native) → PolygonManeuverStyle -
fromPointer(
Pointer< Void> ptr, {bool needFree = true}) → PolygonManeuverStyle? -
toNative(
PolygonManeuverStyle obj) → PolygonManeuverStyleNative -
toPointer(
PolygonManeuverStyle? val) → Pointer< Void>