DrivingSpeedBumpImpl extension

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

Static Methods

fromNative(DrivingSpeedBumpNative native) DrivingSpeedBump

Available on DrivingSpeedBump, provided by the DrivingSpeedBumpImpl extension

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

Available on DrivingSpeedBump, provided by the DrivingSpeedBumpImpl extension

toNative(DrivingSpeedBump obj) → DrivingSpeedBumpNative

Available on DrivingSpeedBump, provided by the DrivingSpeedBumpImpl extension

toPointer(DrivingSpeedBump? val) Pointer<Void>

Available on DrivingSpeedBump, provided by the DrivingSpeedBumpImpl extension