toNative static method

I18nPrefsNative toNative(
  1. I18nPrefs obj
)

Implementation

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