DrivingTollPostImpl extension

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

Static Methods

fromNative(DrivingTollPostNative native) DrivingTollPost

Available on DrivingTollPost, provided by the DrivingTollPostImpl extension

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

Available on DrivingTollPost, provided by the DrivingTollPostImpl extension

toNative(DrivingTollPost obj) → DrivingTollPostNative

Available on DrivingTollPost, provided by the DrivingTollPostImpl extension

toPointer(DrivingTollPost? val) Pointer<Void>

Available on DrivingTollPost, provided by the DrivingTollPostImpl extension