AttributionAuthorImpl extension

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

Static Methods

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