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