fromNative static method

AttributionLink fromNative(
  1. AttributionLinkNative native
)

Implementation

static AttributionLink fromNative(AttributionLinkNative native) {
  return AttributionLink(href: to_platform.toPlatformString(native.href));
}