AttributionLinkImpl extension
- @ContainerData.new(toNative: 'AttributionLinkImpl.toPointer', toPlatform: '(val) => AttributionLinkImpl.fromPointer(val, needFree: false)', platformType: 'AttributionLink')
 
Static Methods
- 
  fromNative(
AttributionLinkNative native) → AttributionLink  - 
      
Available on AttributionLink, provided by the AttributionLinkImpl extension
 - 
  fromPointer(
Pointer< Void> ptr, {bool needFree = true}) → AttributionLink? - 
      
Available on AttributionLink, provided by the AttributionLinkImpl extension
 - 
  toNative(
AttributionLink obj) → AttributionLinkNative  - 
      
Available on AttributionLink, provided by the AttributionLinkImpl extension
 - 
  toPointer(
AttributionLink? val) → Pointer< Void>  - 
      
Available on AttributionLink, provided by the AttributionLinkImpl extension