fromNative static method
Implementation
static I18nPrefs fromNative(I18nPrefsNative native) {
return I18nPrefs(SystemOfMeasurementImpl.fromInt(native.som),
TimeFormatImpl.fromInt(native.timeFormat));
}
static I18nPrefs fromNative(I18nPrefsNative native) {
return I18nPrefs(SystemOfMeasurementImpl.fromInt(native.som),
TimeFormatImpl.fromInt(native.timeFormat));
}