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