DrivingFlagsImpl extension

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

Static Methods

fromNative(DrivingFlagsNative native) DrivingFlags

Available on DrivingFlags, provided by the DrivingFlagsImpl extension

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

Available on DrivingFlags, provided by the DrivingFlagsImpl extension

toNative(DrivingFlags obj) → DrivingFlagsNative

Available on DrivingFlags, provided by the DrivingFlagsImpl extension

toPointer(DrivingFlags? val) Pointer<Void>

Available on DrivingFlags, provided by the DrivingFlagsImpl extension