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