fromNative static method
Implementation
static LocalizedValue fromNative(LocalizedValueNative native) {
return LocalizedValue(
value: native.value, text: to_platform.toPlatformString(native.text));
}
static LocalizedValue fromNative(LocalizedValueNative native) {
return LocalizedValue(
value: native.value, text: to_platform.toPlatformString(native.text));
}