fromNative static method

I18nPrefs fromNative(
  1. I18nPrefsNative native
)

Implementation

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