toNative static method
Implementation
static I18nPrefsNative toNative(I18nPrefs obj) {
return _I18nPrefsNativeInit(SystemOfMeasurementImpl.toInt(obj.som),
TimeFormatImpl.toInt(obj.timeFormat));
}
static I18nPrefsNative toNative(I18nPrefs obj) {
return _I18nPrefsNativeInit(SystemOfMeasurementImpl.toInt(obj.som),
TimeFormatImpl.toInt(obj.timeFormat));
}