BicycleConstructionSegmentImpl extension

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

Static Methods

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