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