DrivingSummaryImpl extension

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

Static Methods

fromNative(DrivingSummaryNative native) DrivingSummary

Available on DrivingSummary, provided by the DrivingSummaryImpl extension

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

Available on DrivingSummary, provided by the DrivingSummaryImpl extension

toNative(DrivingSummary obj) → DrivingSummaryNative

Available on DrivingSummary, provided by the DrivingSummaryImpl extension

toPointer(DrivingSummary? val) Pointer<Void>

Available on DrivingSummary, provided by the DrivingSummaryImpl extension