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