I18nPrefsImpl extension

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

Static Methods

fromNative(I18nPrefsNative native) I18nPrefs
fromPointer(Pointer<Void> ptr, {bool needFree = true}) I18nPrefs?
toNative(I18nPrefs obj) → I18nPrefsNative
toPointer(I18nPrefs? val) Pointer<Void>