DrivingFlagsImpl extension
- on
- @ContainerData(toNative: 'DrivingFlagsImpl.toPointer', toPlatform: '(val) => DrivingFlagsImpl.fromPointer(val, needFree: false)', platformType: 'DrivingFlags')
Static Methods
-
fromNative(
DrivingFlagsNative native) → DrivingFlags -
fromPointer(
Pointer< Void> ptr, {bool needFree = true}) → DrivingFlags? -
toNative(
DrivingFlags obj) → DrivingFlagsNative -
toPointer(
DrivingFlags? val) → Pointer< Void>