DrivingSpeedBumpImpl extension

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

Static Methods

fromNative(DrivingSpeedBumpNative native) DrivingSpeedBump
fromPointer(Pointer<Void> ptr, {bool needFree = true}) DrivingSpeedBump?
toNative(DrivingSpeedBump obj) → DrivingSpeedBumpNative
toPointer(DrivingSpeedBump? val) Pointer<Void>