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