BicycleWeightImpl extension

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

Static Methods

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