DrivingTollRoadImpl extension

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

Static Methods

fromNative(DrivingTollRoadNative native) DrivingTollRoad

Available on DrivingTollRoad, provided by the DrivingTollRoadImpl extension

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

Available on DrivingTollRoad, provided by the DrivingTollRoadImpl extension

toNative(DrivingTollRoad obj) → DrivingTollRoadNative

Available on DrivingTollRoad, provided by the DrivingTollRoadImpl extension

toPointer(DrivingTollRoad? val) Pointer<Void>

Available on DrivingTollRoad, provided by the DrivingTollRoadImpl extension