BicycleWeightImpl extension
- @ContainerData(toNative: 'BicycleWeightImpl.toPointer', toPlatform: '(val) => BicycleWeightImpl.fromPointer(val, needFree: false)', platformType: 'BicycleWeight')
Static Methods
-
fromNative(
BicycleWeightNative native) → BicycleWeight -
Available on BicycleWeight, provided by the BicycleWeightImpl extension
-
fromPointer(
Pointer< Void> ptr, {bool needFree = true}) → BicycleWeight? -
Available on BicycleWeight, provided by the BicycleWeightImpl extension
-
toNative(
BicycleWeight obj) → BicycleWeightNative -
Available on BicycleWeight, provided by the BicycleWeightImpl extension
-
toPointer(
BicycleWeight? val) → Pointer< Void> -
Available on BicycleWeight, provided by the BicycleWeightImpl extension