DrivingHighwayImpl extension

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

Static Methods

fromNative(DrivingHighwayNative native) DrivingHighway

Available on DrivingHighway, provided by the DrivingHighwayImpl extension

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

Available on DrivingHighway, provided by the DrivingHighwayImpl extension

toNative(DrivingHighway obj) → DrivingHighwayNative

Available on DrivingHighway, provided by the DrivingHighwayImpl extension

toPointer(DrivingHighway? val) Pointer<Void>

Available on DrivingHighway, provided by the DrivingHighwayImpl extension