fromNative static method
Implementation
static Uri fromNative(UriNative native) {
return Uri(value: to_platform.toPlatformString(native.value));
}
static Uri fromNative(UriNative native) {
return Uri(value: to_platform.toPlatformString(native.value));
}