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