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