DrivingCheckpointImpl extension

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

Static Methods

fromNative(DrivingCheckpointNative native) DrivingCheckpoint

Available on DrivingCheckpoint, provided by the DrivingCheckpointImpl extension

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

Available on DrivingCheckpoint, provided by the DrivingCheckpointImpl extension

toNative(DrivingCheckpoint obj) → DrivingCheckpointNative

Available on DrivingCheckpoint, provided by the DrivingCheckpointImpl extension

toPointer(DrivingCheckpoint? val) Pointer<Void>

Available on DrivingCheckpoint, provided by the DrivingCheckpointImpl extension