BicycleTrafficTypeSegmentImpl extension

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

Static Methods

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