fromNative static method

Uri fromNative(
  1. UriNative native
)

Implementation

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