DrivingWeightImpl extension

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

Static Methods

fromNative(DrivingWeightNative native) DrivingWeight

Available on DrivingWeight, provided by the DrivingWeightImpl extension

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

Available on DrivingWeight, provided by the DrivingWeightImpl extension

toNative(DrivingWeight obj) → DrivingWeightNative

Available on DrivingWeight, provided by the DrivingWeightImpl extension

toPointer(DrivingWeight? val) Pointer<Void>

Available on DrivingWeight, provided by the DrivingWeightImpl extension