AttributionLinkImpl extension

on
Annotations
  • @ContainerData(toNative: 'AttributionLinkImpl.toPointer', toPlatform: '(val) => AttributionLinkImpl.fromPointer(val, needFree: false)', platformType: 'AttributionLink')

Static Methods

fromNative(AttributionLinkNative native) AttributionLink
fromPointer(Pointer<Void> ptr, {bool needFree = true}) AttributionLink?
toNative(AttributionLink obj) → AttributionLinkNative
toPointer(AttributionLink? val) Pointer<Void>