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