DrivingFerryImpl extension

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

Static Methods

fromNative(DrivingFerryNative native) DrivingFerry

Available on DrivingFerry, provided by the DrivingFerryImpl extension

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

Available on DrivingFerry, provided by the DrivingFerryImpl extension

toNative(DrivingFerry obj) → DrivingFerryNative

Available on DrivingFerry, provided by the DrivingFerryImpl extension

toPointer(DrivingFerry? val) Pointer<Void>

Available on DrivingFerry, provided by the DrivingFerryImpl extension